Skip to content

Commit

Permalink
Update yarn to pnpm in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Migushthe2nd committed Feb 13, 2024
1 parent 1a77502 commit d00e9c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
cache: 'yarn'
cache: 'pnpm'

- name: Install dependencies
run: yarn
run: pnpm

- name: Test to see if the project compiles
run: yarn run build
run: pnpm run build

- name: Build the docs
run: npx typedoc
Expand Down

0 comments on commit d00e9c9

Please sign in to comment.