Skip to content

Commit 805ba92

Browse files
committed
💥 (node) drop nodejs v18 support and introduce nodejs v24
1 parent 57c5916 commit 805ba92

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
@@ -29,7 +29,7 @@
2929
"url": "https://github.com/Itee/itee-core/issues"
3030
},
3131
"engines": {
32-
"node": ">=18"
32+
"node": ">=20"
3333
},
3434
"os": [
3535
"win32",

0 commit comments

Comments
 (0)