Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0PandaDEV authored Aug 23, 2023
1 parent 44673f4 commit a6866ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
- run: pnpm ci
- run: pnpm run build --if-present
- run: pnpm test
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test

0 comments on commit a6866ce

Please sign in to comment.