Skip to content

Commit

Permalink
Update testing-workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
patricks-js authored Nov 24, 2024
1 parent e9ec1f2 commit 2555599
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/testing-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,11 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: pnpm/action-setup@0609f0983b7a228f052f81ef4c3d6510cae254ad
with:
version: 9.14.2
- name: Use Node.js v22
uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
run: npm install
- name: Test code
run: pnpm test
run: npm run test

0 comments on commit 2555599

Please sign in to comment.