Skip to content

Commit c60fec1

Browse files
authored
build: move to nodejs 20 (#3)
1 parent 3000fb5 commit c60fec1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [20.x, 22.x]
14+
node-version: [20.x, 22.x, 24.x]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Setup Node.js ${{ matrix.node-version }}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"typescript-eslint": "^8.46.1"
6767
},
6868
"engines": {
69-
"node": ">=18.0.0"
69+
"node": ">=20.0.0"
7070
},
7171
"repository": {
7272
"type": "git",

0 commit comments

Comments
 (0)