-
Notifications
You must be signed in to change notification settings - Fork 504
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
GitHub Action to run tests on current versions of Node.js #957
base: main
Are you sure you want to change the base?
Conversation
@dsanders11 Your review, please. |
# - run: npm ci | ||
- run: npm install | ||
# - run: npm run build --if-present | ||
- run: npm run rebuild-tests-2017 | ||
# - run: npm test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the commented out lines? I think npm ci
would be better to use than npm install
. I also don't see a rebuild-tests-2017
script in this repo, only rebuild-tests-2015
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recently redid the scripts 848a433
Test results: https://github.com/cclauss/nan/actions