From bc82faffc5c8205826c879d90c311dc00aa8c651 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 20 Dec 2023 11:28:57 -0500 Subject: [PATCH] Add `check-latest` to ensure the needed version is installed. --- .github/workflows/test-npm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-npm.yml b/.github/workflows/test-npm.yml index d53c8ec825690..4d42aecd2279a 100644 --- a/.github/workflows/test-npm.yml +++ b/.github/workflows/test-npm.yml @@ -76,6 +76,7 @@ jobs: uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 with: node-version-file: '.nvmrc' + check-latest: true cache: npm - name: Log debug information @@ -144,6 +145,7 @@ jobs: uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 with: node-version-file: '.nvmrc' + check-latest: true cache: npm - name: Log debug information