Skip to content

Commit

Permalink
ci: update testing-workflow.yaml with pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
patricks-js authored Nov 24, 2024
1 parent 2dccfc3 commit 5f388c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
node-version: '22.x'
- name: Setup pnpm
uses: pnpm/action-setup@v4.0.0
with:
version: 9.14.2
- name: Install dependencies
run: pnpm install
- name: Test code
Expand Down

0 comments on commit 5f388c4

Please sign in to comment.