Skip to content

Commit

Permalink
Merge pull request #204 from bali182/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-3.2.0

chore(deps): bump actions/setup-node from 3.1.1 to 3.2.0
  • Loading branch information
UziTech authored May 17, 2022
2 parents b0a8568 + b02438f commit 111d757
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/checkout@v3
- 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/checkout@v3
# - 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 111d757

Please sign in to comment.