From ddd3e7ce4c5924e2949bb7bb6cfa3bf61d207d65 Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Mon, 16 Feb 2026 19:53:10 +0100 Subject: [PATCH] ci(workflows): use latest compatible node version --- .github/workflows/github-pages.yml | 1 + .github/workflows/test.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index d834b43..4be6cfb 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -34,6 +34,7 @@ jobs: uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: .nvmrc + check-latest: true package-manager-cache: false - name: Install deps diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e589a7..1abb5fc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,7 @@ jobs: uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: .nvmrc + check-latest: true cache: npm - name: Install @@ -41,6 +42,7 @@ jobs: uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: .nvmrc + check-latest: true cache: npm - name: Install @@ -65,6 +67,7 @@ jobs: uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version-file: .nvmrc + check-latest: true cache: npm - name: Install