Skip to content

Commit 4ada147

Browse files
authored
Merge pull request #193 from atom-community/renovate/actions-setup-node-2.x
chore(deps): update actions/setup-node action to v2.5.0
2 parents 47177c7 + fed53a8 commit 4ada147

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
@@ -59,7 +59,7 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v2
6161
- uses: UziTech/action-setup-atom@v1
62-
- uses: actions/setup-node@v2.4.1
62+
- uses: actions/setup-node@v2.5.0
6363
with:
6464
node-version: "*"
6565
- name: NPM install

0 commit comments

Comments
 (0)