Skip to content

Commit 6f3a46e

Browse files
Update actions/setup-node action to v4
1 parent 92c24d8 commit 6f3a46e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/auto-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
token: ${{ secrets.GH_DEPLOY_REPO_TOKEN }}
1919

2020
- name: Setup Node
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: '16.x'
2424
registry-url: 'https://registry.npmjs.org'

.github/workflows/design-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030

3131
- name: Setup Node
32-
uses: actions/setup-node@v3
32+
uses: actions/setup-node@v4
3333
with:
3434
node-version: '16.x'
3535
registry-url: 'https://registry.npmjs.org'

.github/workflows/develop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: .github/scripts/set-environment.sh
2323

2424
- name: Setup Node
25-
uses: actions/setup-node@v3
25+
uses: actions/setup-node@v4
2626
with:
2727
node-version: '16.x'
2828
registry-url: 'https://registry.npmjs.org'

.github/workflows/publish-rc.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: echo "ARTIFACT_REGISTRY_PROVIDER=npm" >> $GITHUB_ENV
3232

3333
- name: Setup Node
34-
uses: actions/setup-node@v3
34+
uses: actions/setup-node@v4
3535
with:
3636
node-version: '16.x'
3737
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)