-
Notifications
You must be signed in to change notification settings - Fork 31
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
Bump node version to 18.12.0 LTS #431
Conversation
d843b6a
to
38b2e67
Compare
38b2e67
to
9518d5b
Compare
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.
There used to be an issue with later node versions that made us go back to an earlier one, but @sebastinez will maybe remember more.
IIRC it was Cypress, which we upgraded recently, so that requirement is no more. |
9518d5b
to
1aed7b0
Compare
TODO:
|
1aed7b0
to
ded1a09
Compare
ded1a09
to
f587111
Compare
f587111
to
a6c9f2a
Compare
So turns out Here are my +Plug 'rudolfs/coc-svelte', {'do': 'yarn install --frozen-lockfile'}
-let g:coc_global_extensions = ['coc-tsserver', 'coc-tslint-plugin', 'coc-svelte', 'coc-rust-analyzer', 'coc-json', 'coc-prettier', 'coc-eslint']
+let g:coc_global_extensions = ['coc-tsserver', 'coc-tslint-plugin', 'coc-rust-analyzer', 'coc-json', 'coc-prettier', 'coc-eslint'] Had to uninstall the original |
a6c9f2a
to
9ab1119
Compare
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.
🎉
Signed-off-by: Rūdolfs Ošiņš <rudolfs@osins.org>
9ab1119
to
7088a99
Compare
Also use the same node version consistently across local dev, CI and production environments.