mirror of
https://github.com/Jerryplusy/AI-powered-switches.git
synced 2025-07-04 13:19:20 +00:00
强制bot使用token推送而不是https
This commit is contained in:
parent
93a671de20
commit
52afa75221
14
.github/workflows/deploy.yml
vendored
14
.github/workflows/deploy.yml
vendored
@ -11,18 +11,18 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
cache: 'pnpm'
|
||||
cache-dependency-path: 'src/frontend/pnpm-lock.yaml'
|
||||
|
||||
- name: Setup pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
cache: 'pnpm'
|
||||
cache-dependency-path: 'src/frontend/pnpm-lock.yaml'
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: src/frontend
|
||||
run: pnpm install
|
||||
|
Loading…
x
Reference in New Issue
Block a user