From e6ebbe2ace7acda5613e655449590e584b16fd14 Mon Sep 17 00:00:00 2001 From: Li0329 Date: Thu, 15 Aug 2024 00:16:34 +0800 Subject: [PATCH] update github actions yaml --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6f53c0..86247aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,6 +9,12 @@ jobs: name: Deploy steps: - uses: actions/checkout@v4 + - name: Set up Node.js + uses: actions/setup-node@v3 + with: + node-version: '22' + - name: Install pnpm + run: npm install -g pnpm - name: Build & Deploy Worker uses: cloudflare/wrangler-action@v3 with: