Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed Mar 13, 2024
1 parent 88e320c commit cb66a47
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 @@ -19,8 +19,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm build --if-present
- run: npm test
- run: npm run lint
- run: npm run build --if-present
- run: npm run test
- run: npm pack --dry-run
- uses: actions/upload-artifact@v4
if: ${{ matrix.node-version == 16 }}
Expand Down

0 comments on commit cb66a47

Please sign in to comment.