Skip to content

Commit

Permalink
ci: testing-workflow.yaml setup with pnpm v4
Browse files Browse the repository at this point in the history
  • Loading branch information
patricks-js authored Nov 24, 2024
1 parent 9639750 commit 2dccfc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4.0.0
- name: Use Node.js v22
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Setup pnpm
uses: pnpm/action-setup@v4.0.0
- name: Install dependencies
run: pnpm install
- name: Test code
Expand Down

0 comments on commit 2dccfc3

Please sign in to comment.