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

Draft: Update node to latest LTS release for build purposes. #239

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

yagni
Copy link
Collaborator

@yagni yagni commented Jan 18, 2023

Node 16 security support will end 11 Sep 2023 so we need to move off that soon

@yagni yagni changed the title Update node to latest LTS release for build purposes. Draft: Update node to latest LTS release for build purposes. Jan 18, 2023
…ad of istanbul; it seems to be the current recommended coverage package.

In order to run in Node, I had to add "type": "module" to the package.json. This had some knock-on effects, like I had to make import statements in the tests ECMAScript-compliant by adding file extensions. I then also had to rename config files that use CommonJS-style require() instead of import to the .cjs extension.
…ng on Webkit.

Karma is deprecated and hasn't been updated to work with newer Node.js. The Karma and Angular teams recommend using Web Test Runner now for browser testing.
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.

None yet

1 participant