Skip to content

Commit 0daceba

Browse files
committed
chore(workflows): update node version to 24
1 parent e125050 commit 0daceba

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup Node
2929
uses: actions/setup-node@v6
3030
with:
31-
node-version: 22
31+
node-version: 24
3232
cache: 'pnpm'
3333

3434
- name: Install dependencies
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Node
5353
uses: actions/setup-node@v6
5454
with:
55-
node-version: 22
55+
node-version: 24
5656
cache: 'pnpm'
5757

5858
- name: Install dependencies
@@ -76,7 +76,7 @@ jobs:
7676
- name: Setup Node
7777
uses: actions/setup-node@v6
7878
with:
79-
node-version: 22
79+
node-version: 24
8080
cache: 'pnpm'
8181

8282
- name: Install dependencies

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
with:
2626
run_install: false
2727

28-
- name: Use Node.js 22
28+
- name: Use Node.js 24
2929
uses: actions/setup-node@v6
3030
with:
31-
node-version: 22
31+
node-version: 24
3232
cache: 'pnpm'
3333

3434
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node
3939
uses: actions/setup-node@v6
4040
with:
41-
node-version: 22
41+
node-version: 24
4242
cache: 'pnpm'
4343
registry-url: 'https://registry.npmjs.org'
4444

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.0",
44
"description": "CLI for automating the setup and usage of Moddable XS tools",
55
"types": "build/types/types.d.ts",
6-
"packageManager": "pnpm@10.17.1",
6+
"packageManager": "pnpm@10.29.2",
77
"engines": {
88
"node": ">=20"
99
},

0 commit comments

Comments
 (0)