Skip to content

Commit 3ecdf82

Browse files
Update Node.js to v24
1 parent 19b1f64 commit 3ecdf82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v6
88
- uses: actions/setup-node@v3
99
with:
10-
node-version: "22.21.1"
10+
node-version: "24.12.0"
1111
cache: "yarn"
1212
- run: "yarn install"
1313
- run: "yarn analyze"
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919
- uses: actions/setup-node@v3
2020
with:
21-
node-version: "22.21.1"
21+
node-version: "24.12.0"
2222
cache: "yarn"
2323
- run: "yarn install"
2424
- run: "yarn ci:test"
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v6
3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: "22.21.1"
33+
node-version: "24.12.0"
3434
cache: "yarn"
3535
- run: "yarn install"
3636
- run: "yarn ci:test:acc"

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.21.1
1+
24.12.0

0 commit comments

Comments
 (0)