Skip to content

Commit a5bee1f

Browse files
Update actions/setup-node action to v6
1 parent 8103f3c commit a5bee1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
version: ${{ env.PNPM_VERSION }}
3030

31-
- uses: actions/setup-node@v3.9.1
31+
- uses: actions/setup-node@v6.0.0
3232
with:
3333
node-version: 16.x
3434
cache: pnpm
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
version: ${{ env.PNPM_VERSION }}
5151

52-
- uses: actions/setup-node@v3.9.1
52+
- uses: actions/setup-node@v6.0.0
5353
with:
5454
node-version: 16.x
5555
cache: pnpm
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
version: ${{ env.PNPM_VERSION }}
8585

86-
- uses: actions/setup-node@v3.9.1
86+
- uses: actions/setup-node@v6.0.0
8787
with:
8888
node-version: 16.x
8989
cache: pnpm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/[email protected]
15-
- uses: actions/setup-node@v3.9.1
15+
- uses: actions/setup-node@v6.0.0
1616
with:
1717
node-version: 18.x
1818
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)