-
Notifications
You must be signed in to change notification settings - Fork 986
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
dep!: bump all possible dependencies w/ node engine requirement update >=16.13.0 #1305
Conversation
- requirement for the and package.
Codecov Report
@@ Coverage Diff @@
## master #1305 +/- ##
=======================================
Coverage 78.25% 78.25%
=======================================
Files 15 15
Lines 1761 1761
=======================================
Hits 1378 1378
Misses 383 383 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
We're still testing Node 14 in CI (and somehow it appears to be passing?)... presumably we should drop that if we're introducing a node 16.13.0 minimum? |
@dpogue yes, you are correct. I have dropped Node 14.x from the CI. Because of the bumping of the packages that increased the node engine requirement, it should also include the CI changes. |
Platforms affected
n/a
Motivation and Context
Use latest dependencies and remove any audit warnings in
package-lock.json
Description
Bumped:
Other:
which
andnopt
package-lock
Testing
npm t
Checklist
(platform)
if this change only applies to one platform (e.g.(android)
)