Skip to content

Commit

Permalink
chore: add pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
RSS1102 committed Oct 5, 2024
1 parent 3cacf65 commit ef49dca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pkg-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
node-version: '20'
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'

Expand Down

0 comments on commit ef49dca

Please sign in to comment.