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

Drop node14, update testing #1674

Merged
merged 2 commits into from
Jun 25, 2023
Merged

Drop node14, update testing #1674

merged 2 commits into from
Jun 25, 2023

Conversation

jameshadfield
Copy link
Member

@jameshadfield jameshadfield commented Jun 13, 2023

This work was originally part of #1672 and #1673.

As it removes support for node.js v14 it is blocked on nextstrain/docker-base#122

@nextstrain-bot nextstrain-bot temporarily deployed to auspice-update-testing--dheswl June 13, 2023 21:40 Inactive
Base automatically changed from update-testing to master June 15, 2023 00:37
@victorlin
Copy link
Member

nextstrain/docker-base#122 is merged so I'm going to rebase this onto latest master and mark it as ready for review.

Node.js v14 went from LTS to end-of-life status on 2023-04-30¹.

Both of our internal consumers of auspice (auspice.us, nextstrain) use
node v16.

This commit parallels 402828c (2023-03-03) which removed support for
node v12.

¹ https://github.com/nodejs/release#release-schedule
As recommended by `npm audit`

The removal of the line in `puppeteer.setup.js` was motivated by the
introduced error "TypeError: page._client.send is not a function". I'm
reasonably confident that line was related to integration tests
removed in a previous commit.

Note that this version of puppeteer uses nullish coalescing assignment
which is not supported by node.js v14.
@victorlin victorlin marked this pull request as ready for review June 23, 2023 22:02
@jameshadfield jameshadfield changed the title [blocked] Drop node14, update testing Drop node14, update testing Jun 25, 2023
@jameshadfield jameshadfield merged commit d4b5723 into master Jun 25, 2023
19 checks passed
@jameshadfield jameshadfield deleted the update-testing-part-2 branch June 25, 2023 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

3 participants