We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7df61 commit b61e07fCopy full SHA for b61e07f
.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
@@ -27,7 +27,7 @@
27
"url": "https://github.com/Itee/itee-database/issues"
28
},
29
"engines": {
30
- "node": ">=8.16.0"
+ "node": ">=20"
31
32
"os": [
33
"win32",
0 commit comments