-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat: support sa11y on node 18 #475
feat: support sa11y on node 18 #475
Conversation
Work: @W-13158122
Work: @W-13158122
Codecov Report
@@ Coverage Diff @@
## master #475 +/- ##
=======================================
Coverage 97.85% 97.85%
=======================================
Files 23 23
Lines 373 373
Branches 71 71
=======================================
Hits 365 365
Misses 8 8 |
@@ -40,7 +42,7 @@ | |||
"release:version:auto": "yarn release:version --conventional-commits --no-changelog && yarn build:clean", | |||
"release:publish": "yarn test:clean && lerna publish from-package", | |||
"test": "jest --coverage --runInBand", | |||
"test:ci": "yarn lint:all && yarn test --ci --reporters=default --reporters=jest-junit && yarn test:wdio", | |||
"test:ci": "yarn lint:all:except:depgraph && yarn test --ci --reporters=default --reporters=jest-junit && yarn test:wdio", |
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.
'package-dependency-graph' has an issue generating dep graph on Node 18. Entered an issue item on the package.
For now, bypassing the dep graph generation check as part of CI processes, will see for a fix from package owners or look for an alternative as how it goes. W-13534678 to track.
🎉 This PR is included in version 5.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
No description provided.