Skip to content

Commit 4606657

Browse files
Update actions/setup-node action to v4
1 parent db454e0 commit 4606657

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+3-3
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.0
31+
- uses: actions/setup-node@v4.4.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.0
52+
- uses: actions/setup-node@v4.4.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.0
86+
- uses: actions/setup-node@v4.4.0
8787
with:
8888
node-version: 16.x
8989
cache: pnpm

.github/workflows/release.yml

+1-1
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.9.0
15+
- uses: actions/setup-node@v4.4.0
1616
with:
1717
node-version: 18.x
1818
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)