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.
1 parent 98062b0 commit b8b0cbcCopy full SHA for b8b0cbc
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
matrix:
16
- node-version: [14.x, 16.x, 18.x]
+ node-version: [18.x, 20.x, 22.x]
17
18
steps:
19
- uses: actions/checkout@v2
.github/workflows/node.js.yml
package.json
@@ -6,6 +6,9 @@
6
"module": "dist/index.js",
7
"types": "types/index.d.ts",
8
"type": "module",
9
+ "engines": {
10
+ "node": ">=18.0.0"
11
+ },
12
"scripts": {
"test": "vitest --typecheck",
"lint": "eslint",
0 commit comments