Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8511c71ea5 | |||
| 191dafd676 | |||
| 336e68a9d7 |
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -11,16 +11,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# 1. Checkout code
|
# 1. Checkout code
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@v4
|
uses: https://gitee.com/mirror-actions/checkout@v4
|
||||||
|
|
||||||
# 2. Install pnpm (Node >= 20)
|
# 2. Install pnpm (Node >= 20)
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
uses: pnpm/action-setup@v2
|
uses: https://gitee.com/youtellme/pnpm-action-setup@v2
|
||||||
with:
|
with:
|
||||||
version: 8 # Alternatively use latest
|
version: 8 # Alternatively use latest
|
||||||
|
|
||||||
- name: Set Up Node.js
|
- name: Set Up Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: https://gitee.com/mirror-actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
cache: "pnpm"
|
cache: "pnpm"
|
||||||
|
|||||||
Reference in New Issue
Block a user