ci: update GitHub actions workflow#805
Conversation
The action also installs problem matchers for eslint which will annotate lint failures and mark them inline in the "Files changed" tab for pull requests. |
Codecov Report
@@ Coverage Diff @@
## master #805 +/- ##
==========================================
+ Coverage 95.42% 96.27% +0.85%
==========================================
Files 26 30 +4
Lines 875 887 +12
==========================================
+ Hits 835 854 +19
+ Misses 40 33 -7
Continue to review full report at Codecov.
|
Ok, I'll add it back and use v14.x 👍 |
|
It looks like the tests do not pass on v14.x. Should we add citgm to citgm ??? 😆 |
- Use Node.js 14 in actions/setup-node - Add Node.js 14.x to the test matrix - Remove CI: true from the environment The variable is already set by GitHub - Fix bug in test fixture Discovered with v14.x because of nodejs/node#31030.
|
There was a bug in our fixtures. I fixed it. |
There's already a version of Node.js installed on the action runners so
we do not need to explicitly install another one.
Add Node.js 14.x to the test matrix
Remove CI: true from the environment
The variable is already set by GitHub