Skip to content

Commit 50a7d40

Browse files
Update actions/setup-node action to v5
1 parent d154054 commit 50a7d40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- run: corepack enable
2929

3030
- name: Setup Node.js
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v5
3232
with:
3333
node-version: "22"
3434
cache: "yarn"
@@ -63,7 +63,7 @@ jobs:
6363
- run: corepack enable
6464

6565
- name: Setup Node.js
66-
uses: actions/setup-node@v4
66+
uses: actions/setup-node@v5
6767
with:
6868
node-version: "22"
6969
registry-url: "https://registry.npmjs.org"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: corepack enable
2525

2626
- name: Setup Node.js
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v5
2828
with:
2929
node-version: "22"
3030
cache: "yarn"

0 commit comments

Comments
 (0)