Skip to content

Commit 67e61ff

Browse files
authored
Merge pull request #364 from atom-community/renovate/actions-setup-node-2.x
chore(deps): update actions/setup-node action to v2
2 parents cadd212 + a212d9a commit 67e61ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v2
6060
- uses: UziTech/action-setup-atom@v1
61-
- uses: actions/setup-node@v1
61+
- uses: actions/setup-node@v2
6262
with:
6363
node-version: "12.x"
6464
- name: NPM install

0 commit comments

Comments
 (0)