Skip to content

Commit

Permalink
chore: add actions/setup-node@v3.1.1 (jobs.test.steps.uses)
Browse files Browse the repository at this point in the history
chore: add actions/setup-node@v3.1.1 (jobs.release.steps.uses)
  • Loading branch information
arlac77 committed May 18, 2022
1 parent dfd5a9a commit 5d54678
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 @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build / Test Node ${{ matrix.node-version }}
uses: actions/setup-node@v3.2.0
uses: actions/setup-node@v3.1.1
with:
node-version: ${{ matrix.node-version }}
cache: npm
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.2.0
- uses: actions/setup-node@v3.1.1
with:
node-version: 16.15.0
cache: npm
Expand Down

0 comments on commit 5d54678

Please sign in to comment.