Skip to content

Commit 64b6814

Browse files
deps: actions/setup-node action to v5 (#168)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Zac Brydon <[email protected]>
1 parent 1bb6fcb commit 64b6814

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ jobs:
2121
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
2222

2323
- name: Set up Node.js
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v5
2525
with:
2626
node-version: 22.x
27+
package-manager-cache: false
2728

2829
- name: Set up pnpm
2930
run: corepack enable pnpm

.github/workflows/snapshot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ jobs:
1818
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN }}
1919

2020
- name: Set up Node.js
21-
uses: actions/setup-node@v4
21+
uses: actions/setup-node@v5
2222
with:
2323
node-version: 22.x
24+
package-manager-cache: false
2425

2526
- name: Set up pnpm
2627
run: corepack enable pnpm

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ jobs:
3030
token: ${{ secrets.SEEK_OSS_CI_GITHUB_TOKEN || github.token }}
3131

3232
- name: Set up Node.js
33-
uses: actions/setup-node@v4
33+
uses: actions/setup-node@v5
3434
with:
3535
node-version: 22.x
36+
package-manager-cache: false
3637

3738
- name: Set up pnpm
3839
run: corepack enable pnpm

0 commit comments

Comments
 (0)