mirror of
https://github.com/beilunyang/moemail.git
synced 2026-06-23 00:14:51 +08:00
Update Node.js version in deploy workflow
修改 node.js 版本,构建的时候要求 22,之前是 20 会导致创建 workers 失败
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20'
|
||||
node-version: '22'
|
||||
cache: 'pnpm'
|
||||
|
||||
- name: Install Dependencies
|
||||
@@ -56,4 +56,4 @@ jobs:
|
||||
- name: Post deployment cleanup
|
||||
run: |
|
||||
rm -f .env*.*
|
||||
rm -f wrangler*.json
|
||||
rm -f wrangler*.json
|
||||
|
||||
Reference in New Issue
Block a user