Skip to content

Commit 61c4466

Browse files
authored
Merge pull request #229 from croutonn/require-node-16-or-more
Require Node.js 16 or more
2 parents a7baa42 + fc00de8 commit 61c4466

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: ['14', '16', '18']
15+
node-version: ['16', '18', '20']
1616

1717
steps:
1818
- uses: actions/checkout@v3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"repository": "https://github.com/croutonn/graphql-codegen-plugin-typescript-swr",
99
"license": "MIT",
1010
"engines": {
11-
"node": ">=14.0.0"
11+
"node": ">=16.0.0"
1212
},
1313
"keywords": [
1414
"graphql",

0 commit comments

Comments
 (0)