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

Add Node 14.x and remove 13.x to GitHub Action CI Testing #247

Merged
merged 1 commit into from
May 25, 2020

Conversation

alallier
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented May 25, 2020

Codecov Report

Merging #247 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 563796a...6eab1ee. Read the comment docs.

@@ -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]
Copy link
Contributor

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?

Copy link
Owner Author

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

@alallier alallier changed the title Add Node 14.x to GitHub Action CI Testing Add Node 14.x and remove 13.x to GitHub Action CI Testing May 25, 2020
@alallier alallier merged commit 274d064 into master May 25, 2020
@alallier alallier deleted the updateActionsFor14 branch May 25, 2020 20:03
alallier added a commit that referenced this pull request May 25, 2020
------------------

* 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
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.

2 participants