Skip to content
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

Feature/ADF-1417/Upgrade to Node 18 #366

Merged
merged 10 commits into from
May 11, 2023

Conversation

jsconan
Copy link
Contributor

@jsconan jsconan commented Apr 27, 2023

Related to: ADF-1417 and ADF-1419

Requires:

Summary

Update the devDependencies for supporting Node 18

Set Node 18 for the CI workflow.

Details

To properly support Node 18, the dev dependencies had to be updated and aligned.

Note: The lock file was generated with npm@6 so it would also work seamlessly with Node 14.

How to test

  • check the report on GitHub
  • make sure to have Node 18 installed (you can use nvm.sh for managing multiple versions)
  • install the package: npm i
  • run the unit tests: npm test, npm run test:cov, npm run coverage
  • test the bundling: npm run build:all
  • test the linting: npm run lint:src, npm run lint:test

@jsconan jsconan requested review from shaveko and rgomeztao April 27, 2023 10:18
Copy link
Contributor

@shaveko shaveko 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, thnaks for the demo

@github-actions
Copy link

Version

Target Version 1.11.1
Last version 1.11.0

There are 0 BREAKING CHANGE, 0 feature, 1 fix

@jsconan jsconan merged commit 8a525b8 into develop May 11, 2023
@jsconan jsconan deleted the feature/ADF-1417/upgrade-to-node18 branch May 11, 2023 14:38
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.

3 participants