From d9b6e0685edea44f1ce2e2e38e64fd494f5d5e7e Mon Sep 17 00:00:00 2001 From: Claas Augner Date: Mon, 16 Feb 2026 19:55:51 +0100 Subject: [PATCH 1/2] ci(workflows): use latest compatible node version --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 243adba0d..ff2139815 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ 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 + # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: contents: read pages: write @@ -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: Run install uses: borales/actions-yarn@3766bb1335b98fb13c60eaf358fe20811b730a88 # v5 From 67665c5a7b1d79536295f7cf9a81201aea20ddf9 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Mon, 16 Feb 2026 20:04:31 +0100 Subject: [PATCH 2/2] ci(deploy): remove unnecessary permission comment --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ff2139815..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