Skip to content

Commit fab3eca

Browse files
authored
Merge pull request #25 from mizdra/drop-node-16
Drop Node.js v16
2 parents 56440c9 + 93edf7f commit fab3eca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
node: [16, 18, 20]
24+
node: [18, 20]
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v3
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
fail-fast: false
3737
matrix:
38-
node: [16, 18, 20]
38+
node: [18, 20]
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v3

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "vitest"
1010
},
1111
"engines": {
12-
"node": ">=16.0.0"
12+
"node": ">=18.0.0"
1313
},
1414
"dependencies": {
1515
"@mizdra/graphql-fabbrica": ".."

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"tsconfig-paths": "^4.0.0"
5353
},
5454
"engines": {
55-
"node": ">=16.0.0"
55+
"node": ">=18.0.0"
5656
},
5757
"publishConfig": {
5858
"access": "public",

0 commit comments

Comments
 (0)