Skip to content

Commit

Permalink
Merge pull request #751 from atom-community/renovate/actions-setup-no…
Browse files Browse the repository at this point in the history
…de-3.x

chore(deps): update actions/setup-node action to v3.2.0
  • Loading branch information
UziTech authored May 21, 2022
2 parents d6fdcd8 + 58ec829 commit d51bc98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v3.1.1
- uses: actions/setup-node@v3.2.0
with:
node-version: 'lts/*'
- name: NPM install
Expand All @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: UziTech/action-setup-atom@v1
- uses: actions/setup-node@v3.1.1
- uses: actions/setup-node@v3.2.0
with:
node-version: 'lts/*'
- name: NPM install
Expand Down

0 comments on commit d51bc98

Please sign in to comment.