Skip to content

Commit b61e07f

Browse files
committed
💥 (node) drop nodejs v18 support and introduce nodejs v24
1 parent 9c7df61 commit b61e07f

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
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/Itee/itee-database/issues"
2828
},
2929
"engines": {
30-
"node": ">=8.16.0"
30+
"node": ">=20"
3131
},
3232
"os": [
3333
"win32",

0 commit comments

Comments
 (0)