We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7baa42 + fc00de8 commit 61c4466Copy full SHA for 61c4466
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- node-version: ['14', '16', '18']
+ node-version: ['16', '18', '20']
16
17
steps:
18
- uses: actions/checkout@v3
package.json
@@ -8,7 +8,7 @@
8
"repository": "https://github.com/croutonn/graphql-codegen-plugin-typescript-swr",
9
"license": "MIT",
10
"engines": {
11
- "node": ">=14.0.0"
+ "node": ">=16.0.0"
},
"keywords": [
"graphql",
0 commit comments