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
4
.github/workflows/deploy-api.yml
vendored
4
.github/workflows/deploy-api.yml
vendored
@ -17,10 +17,10 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 20
|
||||
cache: 'pnpm'
|
||||
|
||||
- run: pnpm install --no-frozen-lockfile
|
||||
- run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Build
|
||||
run: pnpm api:build
|
||||
|
Loading…
x
Reference in New Issue
Block a user