Skip to content

Commit 65d68d7

Browse files
Update actions/setup-node action to v4
1 parent 5048e63 commit 65d68d7

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.8.2
31+
- uses: actions/setup-node@v4.0.3
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.8.2
52+
- uses: actions/setup-node@v4.0.3
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.8.2
86+
- uses: actions/setup-node@v4.0.3
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/checkout@v3.6.0
15-
- uses: actions/setup-node@v3.8.2
15+
- uses: actions/setup-node@v4.0.3
1616
with:
1717
node-version: 18.x
1818
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)