Skip to content

Commit

Permalink
fixup! chore: do not test on EOL Node.js versions
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Sep 2, 2024
1 parent 90ef8a9 commit 7c4feaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
name: Test on Node.js
uses: pkgjs/action/.github/workflows/node-test.yaml@v0
with:
post-install-steps: |
- run: npm run build --if-present
test-command: npm run test-ci
post-test-steps: |
- name: Upload coverage report to Codecov
Expand Down

0 comments on commit 7c4feaa

Please sign in to comment.