-
Notifications
You must be signed in to change notification settings - Fork 46
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
update NodeJS version used in CI #533
update NodeJS version used in CI #533
Conversation
e399223
to
2f491c9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## development #533 +/- ##
==============================================
Coverage ? 53.23%
==============================================
Files ? 188
Lines ? 4824
Branches ? 793
==============================================
Hits ? 2568
Misses ? 2019
Partials ? 237 ☔ View full report in Codecov by Sentry. |
7f6ffac
to
776c6b3
Compare
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
2bcd50a
to
1521bbb
Compare
cc @kanej for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Getting rid of node 14 is a delight.
with: | ||
run: npm run test:e2e | ||
env: | ||
CODE_VERSION: ${{ matrix.version }} | ||
VSCODEGO_BEFORE_RELEASE_TESTS: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also removed VSCODEGO_BEFORE_RELEASE_TESTS: true
as I couldn't find any usage for it in the repo, and the only reference to it online seems like internal config used by the VSCode Go extension repository:
@@ -45,7 +45,7 @@ | |||
"@types/vscode": "^1.70", | |||
"@typescript-eslint/eslint-plugin": "5.8.0", | |||
"@typescript-eslint/parser": "5.8.0", | |||
"@vscode/test-electron": "2.1.3", | |||
"@vscode/test-electron": "2.3.8", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated test-electron
as it was failing because of microsoft/vscode-test#246
As the version we request is already deprecated: