From e5849ecc02ddbcf0acc84f894fd93e05cf00afdf Mon Sep 17 00:00:00 2001 From: Camille TJHOA Date: Thu, 13 Oct 2022 12:22:31 +0000 Subject: [PATCH] Bump volta-cli/action@v4 --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6b5b63c563..b7bc7b3a22 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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) @@ -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 @@ -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 @@ -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) @@ -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) @@ -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