We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d35caa commit a6f1255Copy full SHA for a6f1255
.github/workflows/node.js.yml
@@ -16,7 +16,7 @@ jobs:
16
MOZ_HEADLESS: 1
17
strategy:
18
matrix:
19
- node-version: [ 18.x, 20.x, 22.x ]
+ node-version: [ 20.x, 22.x, 24.x ]
20
firefox: [ 'latest' ]
21
steps:
22
- name: Use Node.js ${{ matrix.node-version }}
package.json
@@ -28,7 +28,7 @@
28
"url": "https://github.com/Itee/itee-validators/issues"
29
},
30
"engines": {
31
- "node": ">=18"
+ "node": ">=20"
32
33
"os": [
34
"win32",
0 commit comments