Skip to content

Commit

Permalink
ci: update node pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
pany-ang committed Jul 15, 2024
1 parent d77d7f7 commit ccdeaae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
with:
persist-credentials: false

- name: Setup Node.js 20.10.0
- name: Setup Node.js 20.15.1
uses: actions/setup-node@master
with:
node-version: 20.10.0
node-version: 20.15.1

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 8.11.0
version: 9.5.0

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

0 comments on commit ccdeaae

Please sign in to comment.