Skip to content

Commit

Permalink
[FIX] pnpm instalation
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianDC13 authored Sep 8, 2023
1 parent 6a45600 commit 4ca99e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install

build-lib:
needs: build
Expand Down

0 comments on commit 4ca99e6

Please sign in to comment.