From 75999d4e0619da0903704b7e6fcd2f39d4a06df5 Mon Sep 17 00:00:00 2001 From: alt0 Date: Wed, 2 Nov 2022 11:42:33 +0800 Subject: [PATCH] chore: fix volta error --- .github/workflows/nx-cloud-main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nx-cloud-main.yml b/.github/workflows/nx-cloud-main.yml index 31fca0fc67..4e729845d2 100644 --- a/.github/workflows/nx-cloud-main.yml +++ b/.github/workflows/nx-cloud-main.yml @@ -104,7 +104,7 @@ jobs: run: | echo "::set-output name=name::$([[ -f ./yarn.lock ]] && echo "yarn" || ([[ -f ./pnpm-lock.yaml ]] && echo "pnpm") || echo "npm")" # Set node/npm/yarn versions using volta, with optional overrides provided by the consumer - - uses: volta-cli/action@fdf4cf319494429a105efaa71d0e5ec67f338c6e + - uses: volta-cli/action@v3 with: node-version: "${{ inputs.node-version }}" npm-version: "${{ inputs.npm-version }}" @@ -297,4 +297,4 @@ jobs: - name: Stop all running agents for this CI run # It's important that we always run this step, otherwise in the case of any failures in preceding non-Nx steps, the agents will keep running and waste billable minutes if: ${{ always() }} - run: npx nx-cloud stop-all-agents \ No newline at end of file + run: npx nx-cloud stop-all-agents