Skip to content

Commit 8d0b10b

Browse files
Update actions/setup-node action to v4
1 parent f7dc51a commit 8d0b10b

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
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v2
3232
- name: Setup Node.js environment
33-
uses: actions/setup-node@v2.1.4
33+
uses: actions/setup-node@v4.1.0
3434
with:
3535
node-version: 12.x
3636
- name: Restore caches

0 commit comments

Comments
 (0)