We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f4b5b9 + fa37657 commit 1b87f14Copy full SHA for 1b87f14
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
13
strategy:
14
matrix:
15
- node-version: [14.x, 16.x, 18.x]
+ node-version: [16.x, 18.x, 20.x]
16
17
steps:
18
- uses: actions/checkout@v3
package.json
@@ -83,7 +83,7 @@
83
"typescript": "^5.0.4"
84
},
85
"engines": {
86
- "node": ">= 14.*"
+ "node": "16.* || 18.* || >= 20.*"
87
88
"publishConfig": {
89
"registry": "https://registry.npmjs.org"
0 commit comments