Skip to content

Commit

Permalink
use latest pnpm
Browse files Browse the repository at this point in the history
Signed-off-by: jinqiang zhang <[email protected]>
  • Loading branch information
peeweep committed Mar 5, 2024
1 parent 5bf885e commit b23161c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ jobs:
- name: Setup pnpm
if: inputs.LANG == 'javascript(pnpm)'
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3
with:
version: 6.0.2
version: latest

- name: Generate javascript(pnpm) node_modules
if: inputs.LANG == 'javascript(pnpm)'
Expand Down

0 comments on commit b23161c

Please sign in to comment.