Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: do not test on EOL Node.js versions #124

Merged
merged 10 commits into from
Sep 2, 2024
Prev Previous commit
Next Next commit
fixup! fetch commit used for tests
aduh95 committed Sep 2, 2024
commit ece18b9738371550be4e888fb329b68db1026bc7
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
uses: pkgjs/action/.github/workflows/node-test.yaml@v0
with:
post-checkout-steps: |
- run: git fetch origin 2b98d02b52
- run: git fetch origin 2b98d02b52a0abe98054eccb351e1e5c71c81bb0
shell: bash
post-install-steps: |
- run: npm run build --if-present