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 480d230 commit 3a601b8Copy full SHA for 3a601b8
.github/workflows/ci.yml
@@ -11,8 +11,6 @@ jobs:
11
strategy:
12
matrix:
13
include:
14
- - name: Node.js 18
15
- NODE_VERSION: 18
16
- name: Node.js 20
17
NODE_VERSION: 20
18
- name: Node.js 22
package.json
@@ -65,7 +65,7 @@
65
}
66
},
67
"engines": {
68
- "node": ">=18"
+ "node": "20 || 22 || 24"
69
70
"license": "MIT"
71
0 commit comments