-
Notifications
You must be signed in to change notification settings - Fork 39
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
Upgrade GitHub Actions to use newer version of NodeJS/NPM #918
Labels
Kind: Maintenance
Maintaining tasks within OpenSCD
Comments
apupier
added a commit
to apupier/open-scd
that referenced
this issue
Mar 3, 2023
- updated GitHub Actions - provide information in readme on the version to use fixes openscd#918 Signed-off-by: Aurélien Pupier <[email protected]>
apupier
added a commit
to apupier/open-scd
that referenced
this issue
Mar 3, 2023
- updated GitHub Actions - provide information in readme on the version to use fixes openscd#918 Signed-off-by: Aurélien Pupier <[email protected]>
ca-d
pushed a commit
to apupier/open-scd
that referenced
this issue
Mar 7, 2023
- updated GitHub Actions - provide information in readme on the version to use fixes openscd#918 Signed-off-by: Aurélien Pupier <[email protected]>
danyill
pushed a commit
that referenced
this issue
Mar 13, 2023
* chore: Update Node from 14.x to 18.x - updated GitHub Actions - provide information in readme on the version to use fixes #918 Signed-off-by: Aurélien Pupier <[email protected]> * fix: explicitly depend on source-map Adds a "source-map" dev dependency to package.json to fix the version to one where mozilla/source-map#432 is not an issue. --------- Signed-off-by: Aurélien Pupier <[email protected]> Co-authored-by: Christian Dinkel <[email protected]> Co-authored-by: Sander Jansen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The package-lock.json file is created using version 2, this means at least version 7 of NPM.
The build is using NodeJS 14, but if a developer is also using that version the package-lock.json will be downgraded to version 1.
Describe the solution you'd like
Use a newer version of NodeJS (for instance the current stable version 18 with NPM version 8) in the GitHub actions.
And also update documentation to indicate that developers should use this version.
Requirements
GitHub Action are using a newer version of NodeJS to build the project.
The text was updated successfully, but these errors were encountered: