mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
feat(github/workflows/deploy-api.yml): Use actions/setup-node@v3 with node-version 20
Change node version to 20 Update cache to 'pnpm' Remove frozen lockfile option
This commit is contained in:
parent
5135817dd9
commit
2a5f85c7ba
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy-api.yml
vendored
4
.github/workflows/deploy-api.yml
vendored
|
|
@ -17,10 +17,10 @@ jobs:
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 20
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
|
|
||||||
- run: pnpm install --no-frozen-lockfile
|
- run: pnpm install --frozen-lockfile
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm api:build
|
run: pnpm api:build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue