-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add Node 14.x and remove 13.x to GitHub Action CI Testing #247
Conversation
Codecov Report
@@ Coverage Diff @@
## master #247 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 131 131
=========================================
Hits 131 131 Continue to review full report at Codecov.
|
.github/workflows/ci.yml
Outdated
@@ -5,7 +5,7 @@ jobs: | |||
runs-on: ${{ matrix.os }} | |||
strategy: | |||
matrix: | |||
node-version: [10.x, 12.x, 13.x] | |||
node-version: [10.x, 12.x, 13.x, 14.x] |
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.
Any reason to keep 13 around?
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.
Yeah thanks for pointing this out, made me look up the version. It's EOL on June 1st, 2020. Going to nix it
4913fec
to
6eab1ee
Compare
------------------ * Fixed bug where command line Reload where reload was writing to a file properly that broke on Node 14.x - See: #245 * GitHub Actions - See: #247 * Added Node 14.x to GitHub Actions CI * Removed Node 13.x from GitHub Actions due to end of life * Dependency Updates * Updated codecov from 3.6.1 to 3.7.0 - See: #235 and #246 * Updated commander from 4.1.0 to 5.1.0 - See: #246 * Updated minimist from 1.2.0 to 1.2.3 (Security package-lock.json) - See: #236 * Updated mocha from 7.0.0 to 7.1.2 - See: #233 * Updated sinon from 8.0.4 to 9.0.2 - See: #231 and #234 * Updated standard from 14.3.1 to 14.3.4 - See: #238 * Updated nyc from 15.0.0 to 15.0.1 - See: #242 * Updated ws from 7.2.0 to 7.3.0 - See: #244
No description provided.