Update deploy-prod.yml
This commit is contained in:
parent
78ac5dd524
commit
94e4e23ce2
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.x
|
||||
cache: "pnpm"
|
||||
cache: 'pnpm'
|
||||
- name: build the code
|
||||
run: |
|
||||
pnpm install
|
||||
|
|
|
|||
Loading…
Reference in New Issue