ci(workflows): use latest compatible node version
diff --git a/.github/workflows/add-push-artifacts.yml b/.github/workflows/add-push-artifacts.yml index 045ac1a..b4db3e5 100644 --- a/.github/workflows/add-push-artifacts.yml +++ b/.github/workflows/add-push-artifacts.yml
@@ -18,6 +18,7 @@ - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: ".nvmrc" + check-latest: true cache: npm package-manager-cache: true - run: npm ci
diff --git a/.github/workflows/pr-review-companion.yml b/.github/workflows/pr-review-companion.yml index ac35cb3..6e3e154 100644 --- a/.github/workflows/pr-review-companion.yml +++ b/.github/workflows/pr-review-companion.yml
@@ -28,6 +28,7 @@ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: ".nvmrc" + check-latest: true package-manager-cache: false - name: Install
diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index ad1ea4d..9eb3ec4 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml
@@ -37,6 +37,7 @@ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: ".nvmrc" + check-latest: true package-manager-cache: false registry-url: "https://registry.npmjs.org/"
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb34eea..ec9ba4c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml
@@ -49,6 +49,7 @@ - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: ".nvmrc" + check-latest: true package-manager-cache: false registry-url: "https://registry.npmjs.org/"
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5304fe8..ed612f4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml
@@ -25,6 +25,7 @@ - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: ".nvmrc" + check-latest: true cache: npm package-manager-cache: true @@ -47,6 +48,7 @@ - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: ".nvmrc" + check-latest: true cache: npm package-manager-cache: true @@ -65,6 +67,7 @@ - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: ".nvmrc" + check-latest: true cache: npm package-manager-cache: true
diff --git a/.github/workflows/update-browser-releases.yml b/.github/workflows/update-browser-releases.yml index 295c006..7d83bcf 100644 --- a/.github/workflows/update-browser-releases.yml +++ b/.github/workflows/update-browser-releases.yml
@@ -26,6 +26,7 @@ - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: ".nvmrc" + check-latest: true package-manager-cache: false - run: npm ci
diff --git a/.github/workflows/update-mdn-urls.yml b/.github/workflows/update-mdn-urls.yml index e7da99b..805e4f0 100644 --- a/.github/workflows/update-mdn-urls.yml +++ b/.github/workflows/update-mdn-urls.yml
@@ -30,6 +30,7 @@ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: ".nvmrc" + check-latest: true package-manager-cache: false - name: "Setup git"
diff --git a/.github/workflows/update-web-features.yml b/.github/workflows/update-web-features.yml index 507ee39..37e0cf0 100644 --- a/.github/workflows/update-web-features.yml +++ b/.github/workflows/update-web-features.yml
@@ -28,6 +28,7 @@ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: ".nvmrc" + check-latest: true package-manager-cache: false - name: "Setup git"
diff --git a/.github/workflows/update-webdriver-bidi-data.yml b/.github/workflows/update-webdriver-bidi-data.yml index 4fe37f9..838e488 100644 --- a/.github/workflows/update-webdriver-bidi-data.yml +++ b/.github/workflows/update-webdriver-bidi-data.yml
@@ -26,6 +26,7 @@ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: ".nvmrc" + check-latest: true package-manager-cache: false - name: "Setup git"