Skip to content

Commit

Permalink
Change action step and specify pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
hefengxian committed Apr 17, 2024
1 parent 1dba618 commit 0e509d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: lts/Hydrogen

- name: Install Dependencies
run: npm -g install pnpm && pnpm i
run: npm -g install pnpm@8.6.10 && pnpm i

# - name: Run Tests
# run: yarn test
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e509d9

Please sign in to comment.