Skip to content

Commit 0c5a416

Browse files
committed
Upgrade node version
1 parent 51d51e6 commit 0c5a416

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Node.js
4040
uses: actions/setup-node@v4
4141
with:
42-
node-version: 20
42+
node-version: 24
4343
cache: "pnpm"
4444

4545
- name: Setup Git

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 20
27+
node-version: 24
2828
registry-url: "https://registry.npmjs.org"
2929
cache: "pnpm"
3030
- name: Setup Git

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 20
32+
node-version: 24
3333
registry-url: "https://registry.npmjs.org"
3434
cache: "pnpm"
3535
- name: Setup Git

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
23+
node-version: 24
2424
cache: "pnpm"
2525
- name: Run unit tests
2626
run: pnpm test

.github/workflows/upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 20
25+
node-version: 24
2626
cache: "pnpm"
2727
- name: Setup Git
2828
run: |

0 commit comments

Comments
 (0)