diff --git a/.github/workflows/deploy-cloudflare-auth-ui.yml b/.github/workflows/deploy-cloudflare-auth-ui.yml index b402cfc75..ac9546e3c 100644 --- a/.github/workflows/deploy-cloudflare-auth-ui.yml +++ b/.github/workflows/deploy-cloudflare-auth-ui.yml @@ -35,7 +35,7 @@ jobs: ${{ runner.os }}-turbo- - uses: pnpm/setup@v2 with: - runtime: node@26 + runtime: node@26.7.0 cache: true install: false # NOTICE: diff --git a/.github/workflows/deploy-cloudflare-workers-dev-server.yml b/.github/workflows/deploy-cloudflare-workers-dev-server.yml index 7e8c7156c..74edf0ec5 100644 --- a/.github/workflows/deploy-cloudflare-workers-dev-server.yml +++ b/.github/workflows/deploy-cloudflare-workers-dev-server.yml @@ -35,7 +35,7 @@ jobs: ${{ runner.os }}-turbo- - uses: pnpm/setup@v2 with: - runtime: node@26 + runtime: node@26.7.0 cache: true install: false - run: pnpm i -g wrangler@4 @@ -108,7 +108,7 @@ jobs: ${{ runner.os }}-turbo- - uses: pnpm/setup@v2 with: - runtime: node@26 + runtime: node@26.7.0 cache: true install: false - run: pnpm i -g wrangler@4 diff --git a/.github/workflows/deploy-cloudflare-workers-preview-deploy.yml b/.github/workflows/deploy-cloudflare-workers-preview-deploy.yml index 35a114b85..b1b66c74f 100644 --- a/.github/workflows/deploy-cloudflare-workers-preview-deploy.yml +++ b/.github/workflows/deploy-cloudflare-workers-preview-deploy.yml @@ -149,7 +149,7 @@ jobs: - name: Setup pnpm uses: pnpm/setup@v2 with: - runtime: node@26 + runtime: node@26.7.0 cache: true install: false diff --git a/.github/workflows/deploy-cloudflare-workers.yml b/.github/workflows/deploy-cloudflare-workers.yml index 3489c3545..b30036cdc 100644 --- a/.github/workflows/deploy-cloudflare-workers.yml +++ b/.github/workflows/deploy-cloudflare-workers.yml @@ -35,7 +35,7 @@ jobs: ${{ runner.os }}-turbo- - uses: pnpm/setup@v2 with: - runtime: node@26 + runtime: node@26.7.0 cache: true install: false # NOTICE: diff --git a/.github/workflows/deploy-huggingface-spaces.yml b/.github/workflows/deploy-huggingface-spaces.yml index 61b521acd..d72327f0e 100644 --- a/.github/workflows/deploy-huggingface-spaces.yml +++ b/.github/workflows/deploy-huggingface-spaces.yml @@ -24,7 +24,7 @@ jobs: - uses: pnpm/setup@v2 with: - runtime: node@26 + runtime: node@26.7.0 cache: true install: false diff --git a/.github/workflows/release-pkg.yaml b/.github/workflows/release-pkg.yaml index f75d326d9..63929cf66 100644 --- a/.github/workflows/release-pkg.yaml +++ b/.github/workflows/release-pkg.yaml @@ -23,7 +23,7 @@ jobs: - uses: pnpm/setup@v2 with: - runtime: node@26 + runtime: node@26.7.0 cache: true install: false diff --git a/.github/workflows/release-pocket-android.yml b/.github/workflows/release-pocket-android.yml index ec68bfd5d..d075147ab 100644 --- a/.github/workflows/release-pocket-android.yml +++ b/.github/workflows/release-pocket-android.yml @@ -43,7 +43,7 @@ jobs: - uses: pnpm/setup@v2 with: - runtime: node@26 + runtime: node@26.7.0 cache: true install: false diff --git a/.github/workflows/release-pocket-ios.yml b/.github/workflows/release-pocket-ios.yml index 3c9dacce4..f46f1e165 100644 --- a/.github/workflows/release-pocket-ios.yml +++ b/.github/workflows/release-pocket-ios.yml @@ -34,7 +34,7 @@ jobs: - uses: pnpm/setup@v2 with: - runtime: node@26 + runtime: node@26.7.0 cache: true install: false diff --git a/.github/workflows/release-tamagotchi-steam.yml b/.github/workflows/release-tamagotchi-steam.yml index 0474686b0..a0c473ce8 100644 --- a/.github/workflows/release-tamagotchi-steam.yml +++ b/.github/workflows/release-tamagotchi-steam.yml @@ -79,7 +79,7 @@ jobs: - uses: pnpm/setup@v2 with: - runtime: node@26 + runtime: node@26.7.0 cache: true install: false diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index d5884d818..061ca5bc0 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -127,7 +127,7 @@ jobs: - uses: actions/setup-node@v6 if: matrix.os == 'macos-15-intel' with: - node-version: 26 + node-version: 26.7.0 - name: Install pnpm with npm if: matrix.os == 'macos-15-intel' @@ -150,7 +150,7 @@ jobs: - uses: pnpm/setup@v2 if: matrix.os != 'macos-15-intel' with: - runtime: node@26 + runtime: node@26.7.0 cache: true install: false diff --git a/.github/workflows/release-vsix.yaml b/.github/workflows/release-vsix.yaml index 2767d5fe7..e9bbf2855 100644 --- a/.github/workflows/release-vsix.yaml +++ b/.github/workflows/release-vsix.yaml @@ -18,7 +18,7 @@ jobs: - uses: pnpm/setup@v2 with: - runtime: node@26 + runtime: node@26.7.0 cache: true install: false diff --git a/.github/workflows/sponsors-svg.yml b/.github/workflows/sponsors-svg.yml index 973f24ca1..42ac623a4 100644 --- a/.github/workflows/sponsors-svg.yml +++ b/.github/workflows/sponsors-svg.yml @@ -23,7 +23,7 @@ jobs: - uses: pnpm/setup@v2 with: - runtime: node@26 + runtime: node@26.7.0 cache: true install: false - run: pnpm install --frozen-lockfile diff --git a/.github/workflows/update-post-release-readme-urls.yml b/.github/workflows/update-post-release-readme-urls.yml index 97974e8bb..3b63984cc 100644 --- a/.github/workflows/update-post-release-readme-urls.yml +++ b/.github/workflows/update-post-release-readme-urls.yml @@ -35,7 +35,7 @@ jobs: - uses: pnpm/setup@v2 with: - runtime: node@26 + runtime: node@26.7.0 cache: true install: false - run: pnpm install --frozen-lockfile diff --git a/.github/workflows/upload-crowdin-glossary.yml b/.github/workflows/upload-crowdin-glossary.yml index b365b5dce..102393afb 100644 --- a/.github/workflows/upload-crowdin-glossary.yml +++ b/.github/workflows/upload-crowdin-glossary.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v6 - uses: pnpm/setup@v2 with: - runtime: node@26 + runtime: node@26.7.0 cache: true install: false