From bc4e31f25e45ac954f7512ec8c2311134f840e3e Mon Sep 17 00:00:00 2001 From: TinsFox Date: Fri, 20 Sep 2024 16:50:25 +0800 Subject: [PATCH] ci: node --- .github/workflows/deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7438558..b80fd69 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,13 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 + - name: Setup Node + uses: actions/setup-node@v4 + with: + node-version: 20 + cache: pnpm + - name: Install Dependencies + run: pnpm install - name: Build & Deploy Worker uses: cloudflare/wrangler-action@v3 with: