-
Notifications
You must be signed in to change notification settings - Fork 5
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
Maintenance iteration, with dependency version bumping #364
Conversation
- css-loader - jquery - loader-utils - minimist - webpack
NODEENV := $(ENV_BIN)/nodeenv | ||
DIST_DIR := .dist | ||
PYPIRC := ~/.pypirc | ||
|
||
NODEJS_VERSION := 16.18.1 |
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.
Does anything speak against using the latest LTS version 18?
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.
Good idea. Let's do it on behalf of another PR, #365, in order to be able to check if that will also introduce some slowness on CI, like observed at crate/crate-admin#797.
What the title says.