Skip to content

Commit

Permalink
build: Fix GitHub actions/2
Browse files Browse the repository at this point in the history
pnpm is not available by default
  • Loading branch information
kkuegler committed Jul 23, 2023
1 parent 0bb2906 commit bfcb556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: '16'

- name: Install dependencies
run: pnpm install
run: npx -y pnpm install

- name: Build docs
run: npm run build

0 comments on commit bfcb556

Please sign in to comment.