Skip to content

Commit 4a6390b

Browse files
committed
Update actions/setup-node to v3
1 parent 35051a1 commit 4a6390b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v3
2727

2828
- name: Install Node.js
29-
uses: actions/setup-node@v1
29+
uses: actions/setup-node@v3
3030
with:
3131
node-version: '14.x'
3232

0 commit comments

Comments
 (0)