Skip to content

Commit

Permalink
Merge pull request #545 from hjdivad/hjdivad/update-volta
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Oct 18, 2022
2 parents 8bf1a32 + ae99a7d commit 210fb56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v1
- uses: rwjblue/setup-volta@v1
- uses: volta-cli/action@v4
with:
node-version: '14'
- uses: actions/cache@v2
Expand All @@ -41,7 +41,7 @@ jobs:
matrix: ${{fromJson(needs.discover_matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v1
- uses: rwjblue/setup-volta@v1
- uses: volta-cli/action@v4
with:
node-version: '14'
- uses: actions/cache@v2
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: rwjblue/setup-volta@v1
- uses: volta-cli/action@v4
with:
node-version: '14'
- uses: actions/cache@v2
Expand All @@ -79,7 +79,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- uses: rwjblue/setup-volta@v1
- uses: volta-cli/action@v4
with:
node-version: '14'
- uses: actions/cache@v2
Expand Down

0 comments on commit 210fb56

Please sign in to comment.