Skip to content

Commit

Permalink
install pnpm in js checks
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Feb 20, 2024
1 parent 53b7791 commit 9b23e41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/js-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
timeout-minutes: 20
steps:
- uses: 'actions/checkout@v3'
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: 'actions/setup-node@v3'
with:
node-version: '18.19.0'
Expand Down

0 comments on commit 9b23e41

Please sign in to comment.