Skip to content

Commit 56add65

Browse files
chore(deps): update actions/setup-node action to v2 (graphql-hive#644)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 4c5e205 commit 56add65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout Master
3737
uses: actions/checkout@v2
3838
- name: Use Node
39-
uses: actions/setup-node@v1
39+
uses: actions/setup-node@v2
4040
with:
4141
node-version: '14.x'
4242
- name: Install Dependencies using Yarn

0 commit comments

Comments
 (0)