Skip to content

Commit

Permalink
npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Mar 28, 2024
1 parent 6492066 commit 61350c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,15 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 14.x
- run: pnpm test
# pnpm 8 doesn't support lower node versions so use `npm test`
- run: npm test

# todo: drop node 12 in next major
- name: Setup node 12
uses: actions/setup-node@v4
with:
node-version: 12.x
- run: pnpm test
- run: npm test
create_tgz:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 61350c4

Please sign in to comment.