From 900c1125a88a5da67d2290cce868f91c6b54ade1 Mon Sep 17 00:00:00 2001 From: Colin Rotherham Date: Tue, 12 Dec 2023 09:42:31 +0000 Subject: [PATCH] Remove Node.js `check-latest: true` Now that Node.js 20 is available to local runners, we no longer need to agressively download the latest version on every run --- .github/workflows/actions/setup-node/action.yml | 1 - .github/workflows/sass.yaml | 2 -- 2 files changed, 3 deletions(-) diff --git a/.github/workflows/actions/setup-node/action.yml b/.github/workflows/actions/setup-node/action.yml index c0dea6cfd1..cc5ac5a92b 100644 --- a/.github/workflows/actions/setup-node/action.yml +++ b/.github/workflows/actions/setup-node/action.yml @@ -16,5 +16,4 @@ runs: with: cache: ${{ inputs.use-cache == 'true' && 'npm' || '' }} - check-latest: true node-version-file: .nvmrc diff --git a/.github/workflows/sass.yaml b/.github/workflows/sass.yaml index 7c7cff1a5a..4e5fcd4220 100644 --- a/.github/workflows/sass.yaml +++ b/.github/workflows/sass.yaml @@ -50,7 +50,6 @@ jobs: uses: actions/setup-node@v3.8.2 with: cache: npm - check-latest: true node-version-file: .nvmrc # Node.js project version must support Dart Sass v1 - name: Install package @@ -103,7 +102,6 @@ jobs: uses: actions/setup-node@v3.8.2 with: cache: npm - check-latest: true node-version-file: .nvmrc # Node.js project version must support Node Sass v8.x - name: Install package