Skip to content

Commit 70a0f32

Browse files
authored
Merge pull request #208 from croutonn/require-node-14-or-above
Require Node.js engine version v14 or above
2 parents 2f5b030 + eae875e commit 70a0f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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": ">=12.0.0"
11+
"node": ">=14.0.0"
1212
},
1313
"keywords": [
1414
"graphql",

0 commit comments

Comments
 (0)