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

Adds Node 16 to CI #772

Merged
merged 7 commits into from
Jul 22, 2021
Merged

Adds Node 16 to CI #772

merged 7 commits into from
Jul 22, 2021

Conversation

michaelgoin
Copy link
Member

@michaelgoin michaelgoin commented May 28, 2021

@michaelgoin michaelgoin added this to Needs PR Review in Node.js Engineering Board via automation May 28, 2021
@michaelgoin michaelgoin changed the title Node 16 ci Adds Node 16 to CI May 28, 2021
This was referenced Jul 16, 2021
package.json Outdated
"integration": "npm run prepare-test && npm run sub-install && time tap test/integration/**/**/*.tap.js --timeout=180 --no-coverage",
"prepare-test": "npm run ca-gen && npm run ssl && npm run docker-env",
"integration": "npm run prepare-test && npm run sub-install && time tap test/integration/**/**/*.tap.js --timeout=180 --no-coverage --reporter classic",
"prepare-test": "npm ci && npm run ca-gen && npm run ssl && npm run docker-env",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need npm ci here in prepare-test?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think so. I removed this a few weeks ago because in CI we run npm install before calling any other scripts

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i will fix this and then approve

@carlo-808 carlo-808 marked this pull request as ready for review July 22, 2021 00:37
@bizob2828 bizob2828 merged commit 3ee2ea1 into main Jul 22, 2021
Node.js Engineering Board automation moved this from Needs PR Review to Done: Issues recently completed Jul 22, 2021
@bizob2828
Copy link
Member

Closes #803

@michaelgoin michaelgoin added this to Done in Node v16 Support Jul 22, 2021
@github-actions github-actions bot mentioned this pull request Jul 26, 2021
@coreyarnold coreyarnold deleted the node-16-ci branch May 18, 2023 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Node.js Engineering Board
  
Done: Issues recently completed
Development

Successfully merging this pull request may close these issues.

cls versioned tests fail on npm 7 when running with continuation-local-storage@2.6.2
3 participants