From ad004105c3f0729202be6662bd5d466ff5c475ae Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 12 Nov 2025 23:38:29 +0800 Subject: [PATCH] fix: Solidified build environment --- .github/workflows/release.yml | 12 ++++++------ .pnpm-version | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 .pnpm-version diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03d9844..4336093 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,12 +7,12 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - with: - version: latest + # with: + # version: latest - uses: actions/setup-node@v4 with: node-version: 24 @@ -25,7 +25,7 @@ jobs: path: build deploy-web: needs: build - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 @@ -38,7 +38,7 @@ jobs: folder: build/web create-release: needs: build - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 outputs: upload_url: ${{ steps.create-release.outputs.upload_url }} steps: @@ -56,7 +56,7 @@ jobs: strategy: matrix: client: ["chrome", "edge", "firefox", "userscript", "thunderbird"] - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 diff --git a/.pnpm-version b/.pnpm-version new file mode 100644 index 0000000..dd77ce1 --- /dev/null +++ b/.pnpm-version @@ -0,0 +1 @@ +9.14.4