Skip to content

Fix Node 14 in CI#301

Merged
aomarks merged 4 commits intomainfrom
node14
Jun 14, 2022
Merged

Fix Node 14 in CI#301
aomarks merged 4 commits intomainfrom
node14

Conversation

@aomarks
Copy link
Copy Markdown
Member

@aomarks aomarks commented Jun 14, 2022

We weren't running Node 14 in CI for a while, because of a typo discovered by @augustjk. But in that time, we also created some problems:

  1. The vscode-extension package dependencies weren't getting installed because npm 6 doesn't support workspaces. So I just moved those to top-level devDependencies.

  2. Some new tests that checked stderr too strictly. npm 6 spews more junk than 8.

Fixes #294

@aomarks aomarks requested review from augustjk and rictic June 14, 2022 18:47
Copy link
Copy Markdown
Collaborator

@augustjk augustjk left a comment

Choose a reason for hiding this comment

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

Looks good. Do we have any need for the "workspaces" key in the package.json anymore?

Comment thread src/test/util/check-script-output.ts Outdated
@aomarks
Copy link
Copy Markdown
Member Author

aomarks commented Jun 14, 2022

Looks good. Do we have any need for the "workspaces" key in the package.json anymore?

It's still useful for website, which we'll never need to run on npm 6.

@aomarks aomarks merged commit 23b60f0 into main Jun 14, 2022
@aomarks aomarks deleted the node14 branch June 14, 2022 22:25
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.

Build fails in Node 14 workflow

3 participants