Skip to content

Commit 67d3386

Browse files
committed
Update actions/setup-node action to v2.4.1
1 parent f7dc51a commit 67d3386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
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@v2.4.1
3434
with:
3535
node-version: 12.x
3636
- name: Restore caches

0 commit comments

Comments
 (0)