Skip to content

Commit

Permalink
Bump actions/setup-node from 3.0.0 to 3.1.0 (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 1, 2022
1 parent ef07f28 commit 0732f57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.0.0
- uses: actions/setup-node@v3.1.0
with:
node-version: '14.x'
- run: npm ci --no-progress
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3.0.0
uses: actions/setup-node@v3.1.0
with:
node-version: ${{ matrix.node }}
- run: npm ci --no-progress
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.0.0
- uses: actions/setup-node@v3.1.0
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.0.0
- uses: actions/setup-node@v3.1.0
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 0732f57

Please sign in to comment.