Skip to content

Commit d2b0e51

Browse files
authored
JavaScript: Upgrade to Node.js 24 (#1778)
1 parent 0372cab commit d2b0e51

5 files changed

Lines changed: 142 additions & 144 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- uses: actions/setup-node@v4
3838
with:
39-
node-version: 20
39+
node-version-file: ".node-version"
4040
cache: "yarn"
4141

4242
- name: Add LLVM apt Repo

.github/workflows/javascript.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-node@v4
3030
with:
31-
node-version: 20
31+
node-version-file: ".node-version"
3232
cache: "yarn"
3333

3434
- name: Add LLVM apt Repo
@@ -59,7 +59,7 @@ jobs:
5959

6060
- uses: actions/setup-node@v4
6161
with:
62-
node-version: 20
62+
node-version-file: ".node-version"
6363
cache: "yarn"
6464

6565
- name: yarn install
@@ -131,7 +131,7 @@ jobs:
131131
steps:
132132
- uses: actions/setup-node@v4
133133
with:
134-
node-version: 24
134+
node-version-file: ".node-version"
135135

136136
- name: Download package artifacts
137137
uses: actions/download-artifact@v4
@@ -191,7 +191,7 @@ jobs:
191191
steps:
192192
- uses: actions/setup-node@v4
193193
with:
194-
node-version: 20
194+
node-version-file: ".node-version"
195195

196196
- name: Download package artifacts
197197
uses: actions/download-artifact@v4
@@ -213,7 +213,7 @@ jobs:
213213
steps:
214214
- uses: actions/setup-node@v4
215215
with:
216-
node-version: 20
216+
node-version-file: ".node-version"
217217

218218
- name: Download package artifacts
219219
uses: actions/download-artifact@v4

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.16.0
1+
24.16.0

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@
1515
"@rollup/plugin-json": "^6.1.0",
1616
"@rollup/plugin-node-resolve": "^16.0.1",
1717
"@rollup/plugin-typescript": "^12.1.4",
18-
"@vitest/browser-playwright": "^4.0.0",
18+
"@vitest/browser-playwright": "^4.1.8",
1919
"@vitest/ui": "^4.0.0",
2020
"concurrently": "^9.2.0",
2121
"dedent": "^1.7.2",
2222
"esbuild-plugin-copy": "^2.1.1",
2323
"nx": "22.7.5",
2424
"oxlint": "^1.68.0",
25-
"playwright": "^1.59.1",
25+
"playwright": "^1.60.0",
2626
"prettier": "^3.8.3",
2727
"rimraf": "^6.1.3",
2828
"rollup": "^4.60.2",
2929
"rollup-plugin-postcss": "^4.0.2",
3030
"tsx": "^4.22.3",
3131
"typescript": "^6.0.3",
32-
"vitest": "^4.1.0",
32+
"vitest": "^4.1.8",
3333
"yaml": "^2.9.0",
3434
"yeoman-environment": "^6.1.0",
3535
"yeoman-generator": "^8.2.2"

0 commit comments

Comments
 (0)