Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #398 from AtomLinter/renovate/actions-setup-node-2.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-node action to v2
  • Loading branch information
aminya authored Apr 24, 2021
2 parents 84815ed + 561c77f commit 4328967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: UziTech/action-setup-atom@v1
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: "12.x"
- name: NPM install
Expand Down

0 comments on commit 4328967

Please sign in to comment.