Skip to content

Commit

Permalink
Add pnpm to build
Browse files Browse the repository at this point in the history
  • Loading branch information
switz committed Dec 13, 2024
1 parent 5c871eb commit 3d7c7d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 9
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: pnpm install
- run: pnpm install --frozen-lockfile
- run: npm run bands
- run: npm run build

0 comments on commit 3d7c7d7

Please sign in to comment.