Skip to content

Commit

Permalink
Bump volta-cli/action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjhoa committed Oct 13, 2022
1 parent 64daaa7 commit e5849ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
echo "GIT_COMMIT_SHA=${GIT_COMMIT_SHA}" >> $GITHUB_ENV
echo "GIT_BRANCH=${GIT_BRANCH}" >> $GITHUB_ENV
- name: Set up Volta
uses: volta-cli/action@v1
uses: volta-cli/action@v4
- name: Install dependencies (yarn)
run: yarn install
- name: Lint (hbs)
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Volta
uses: volta-cli/action@v1
uses: volta-cli/action@v4
- name: Install dependencies (yarn)
run: yarn install
- name: Set NO_EXTEND_PROTOTYPES
Expand All @@ -120,7 +120,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Volta
uses: volta-cli/action@v1
uses: volta-cli/action@v4
- name: Install dependencies (yarn)
run: yarn install
- name: Download panes
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Volta
uses: volta-cli/action@v1
uses: volta-cli/action@v4
with:
node-version: 14.x
- name: Install dependencies (chrome-webstore-upload-cli)
Expand Down Expand Up @@ -291,7 +291,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Volta
uses: volta-cli/action@v1
uses: volta-cli/action@v4
with:
node-version: 14.x
- name: Install dependencies (web-ext)
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Volta
uses: volta-cli/action@v1
uses: volta-cli/action@v4
- name: Set up NPM
run: |
echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}"> ~/.npmrc
Expand Down

0 comments on commit e5849ec

Please sign in to comment.