Skip to content

Commit 31f3c24

Browse files
chore(deps): update actions/setup-node action to v3 (#454)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 9f9a71f commit 31f3c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
environment: data-manager-ui/test
3434
steps:
3535
- name: Setup Node
36-
uses: actions/setup-node@v1
36+
uses: actions/setup-node@v3
3737
with:
3838
node-version: 16
3939
- run: node -v

0 commit comments

Comments
 (0)