Update deploy-prod.yml

This commit is contained in:
Saw 2023-02-11 14:02:32 +07:00 committed by GitHub
parent 78ac5dd524
commit 94e4e23ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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