Skip to content

Commit

Permalink
chore: update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Sep 28, 2023
1 parent ca9674c commit fc9e188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Setup Node.js 18.16.1
uses: actions/setup-node@master
with:
node-version: "18.16.1"
node-version: 18.18.0

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: "8.6.3"
version: 8.7.6

- name: Build
run: pnpm install && pnpm build:prod
Expand Down

0 comments on commit fc9e188

Please sign in to comment.