Skip to content

Commit

Permalink
update deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
jamband committed Oct 2, 2024
1 parent 24d7b92 commit 7f46e1d
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 @@ -14,14 +14,14 @@ jobs:
uses: actions/checkout@v4

- name: setup pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 9

- name: setup node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm

- name: install dependencies
Expand Down

0 comments on commit 7f46e1d

Please sign in to comment.