Skip to content

Commit f9868c8

Browse files
committed
fixup! fixup! chore: do not test on EOL Node.js versions
1 parent 7c4feaa commit f9868c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
with:
1717
post-install-steps: |
1818
- run: npm run build --if-present
19+
shell: bash
1920
test-command: npm run test-ci
2021
post-test-steps: |
2122
- name: Upload coverage report to Codecov
2223
run: bash <(curl -s https://codecov.io/bash)
24+
shell: bash

0 commit comments

Comments
 (0)