Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nnivxix authored Oct 3, 2024
1 parent e2bf33e commit d9458f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 9.9.0
# Install pnpm
- name: Install pnpm
run: npm install -g pnpm
Expand Down

0 comments on commit d9458f1

Please sign in to comment.