Skip to content

Commit acdebee

Browse files
committed
Update node.js v20 to v24
1 parent 87548ce commit acdebee

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-jsr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: "22.x"
19+
node-version: "24.x"
2020

2121
- name: Install dependencies
2222
run: npm ci

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: "22.x"
19+
node-version: "24.x"
2020
registry-url: "https://registry.npmjs.org"
2121

2222
- name: Install, Check, Build, and Test

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: "20.x"
19+
node-version: "24.x"
2020
registry-url: "https://registry.npmjs.org"
2121

2222
- name: Install, Check, Build, and Test
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup Node.js
6868
uses: actions/setup-node@v4
6969
with:
70-
node-version: "22.x"
70+
node-version: "24.x"
7171

7272
- name: Install dependencies
7373
run: npm ci

0 commit comments

Comments
 (0)