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

GitHub Action to run tests on current versions of Node.js #957

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Sep 29, 2023

@cclauss
Copy link
Contributor Author

cclauss commented Oct 20, 2024

@dsanders11 Your review, please.

Comment on lines +22 to +26
# - run: npm ci
- run: npm install
# - run: npm run build --if-present
- run: npm run rebuild-tests-2017
# - run: npm test
Copy link
Contributor

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.

Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants