Skip to content

Commit 7e56bb2

Browse files
Update actions/setup-node action to v4
1 parent c7c7e2e commit 7e56bb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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'

0 commit comments

Comments
 (0)