Skip to content

Commit a1aca02

Browse files
committed
fix: node version ci
1 parent 6210b4c commit a1aca02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: run tests
1111
strategy:
1212
matrix:
13-
node: ["22.x"]
13+
node: ["24.x"]
1414
os: [ubuntu-latest]
1515

1616
runs-on: ${{ matrix.os }}

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: run tests
1010
strategy:
1111
matrix:
12-
node: ["22.x"]
12+
node: ["24.x"]
1313
os: [ubuntu-latest]
1414

1515
runs-on: ${{ matrix.os }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
>=24.x
1+
>=24.x

0 commit comments

Comments
 (0)