Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AllStackDev1 authored Aug 1, 2024
1 parent 72c0b53 commit aeb7e9f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [20.x, 22.x]
node-version: [20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
defaults:
run:
Expand All @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache: 'pnpm'
cache-dependency-path: './pnpm-lock.yaml'
- run: npm ci
- run: npm test
- run: pnpm install
- run: pnpm test

0 comments on commit aeb7e9f

Please sign in to comment.