Skip to content

Commit a6f1255

Browse files
committed
💥 (node) drop nodejs v18 support and add nodejs v24
1 parent 1d35caa commit a6f1255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
MOZ_HEADLESS: 1
1717
strategy:
1818
matrix:
19-
node-version: [ 18.x, 20.x, 22.x ]
19+
node-version: [ 20.x, 22.x, 24.x ]
2020
firefox: [ 'latest' ]
2121
steps:
2222
- name: Use Node.js ${{ matrix.node-version }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"url": "https://github.com/Itee/itee-validators/issues"
2929
},
3030
"engines": {
31-
"node": ">=18"
31+
"node": ">=20"
3232
},
3333
"os": [
3434
"win32",

0 commit comments

Comments
 (0)