Skip to content

Commit

Permalink
Setup for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
nnnlog committed Jul 10, 2024
1 parent 6509ab1 commit 0b1094c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Install pnpm
run: curl -fsSL https://get.pnpm.io/install.sh | sh -
run: npm i -g pnpm
- name: Install dependencies
run: pnpm install
- name: Build Vue.js
Expand Down

0 comments on commit 0b1094c

Please sign in to comment.