Skip to content

Commit

Permalink
fix: added pnpm to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
shibisuriya committed May 25, 2024
1 parent 3468273 commit 2851032
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
with:
node-version: 18 # Adjust to the desired Node.js version


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

- name: Install dependencies and build
run: |
pnpm install
Expand Down

0 comments on commit 2851032

Please sign in to comment.