Skip to content

Commit

Permalink
Merge pull request #2 from oozm/develop
Browse files Browse the repository at this point in the history
fix:deploy
  • Loading branch information
oozm authored Jul 30, 2024
2 parents 088ea7d + 6d77d7f commit 5926dfd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
with:
node-version: '18.17.0'

- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 5926dfd

Please sign in to comment.