Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit cb8a60f

Browse files
committed
chore(deps): update actions/setup-node action to v2
1 parent 69751dd commit cb8a60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
fetch-depth: 0
4444
- name: Setup Node.js
45-
uses: actions/setup-node@v1
45+
uses: actions/setup-node@v2
4646
with:
4747
node-version: 14
4848
- name: Release

0 commit comments

Comments
 (0)