summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpany <[email protected]>2023-09-28 09:55:12 +0800
committerpany <[email protected]>2023-09-28 09:55:12 +0800
commitfc9e1885723e7d6d947dca13d4d1fc165d670404 (patch)
tree632a5a140ce1822bc98113996604c288defefa63
parentca9674c4cd5b2b5f9295b2c8b9e68afbb41c90a6 (diff)
chore: update deploy.yml
-rw-r--r--.github/workflows/deploy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 73211c6..93a9217 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -17,12 +17,12 @@ jobs:
- name: Setup Node.js 18.16.1
uses: actions/setup-node@master
with:
- node-version: "18.16.1"
+ node-version: 18.18.0
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
- version: "8.6.3"
+ version: 8.7.6
- name: Build
run: pnpm install && pnpm build:prod