diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 243adba0d..69d6c811c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,6 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read pages: write @@ -34,6 +33,7 @@ jobs: uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: ".nvmrc" + check-latest: true package-manager-cache: false - name: Run install uses: borales/actions-yarn@3766bb1335b98fb13c60eaf358fe20811b730a88 # v5