Skip to content

Commit

Permalink
Add test against Node.js 16 (#5269)
Browse files Browse the repository at this point in the history
Node.js 16 has been recently released. See also:

- https://medium.com/the-node-js-collection/node-js-16-available-now-7f5099a97e70
- https://nodejs.org/en/blog/release/v16.0.0
- https://github.com/nodejs/Release#release-schedule

According to the release schedule, Node.js 16 will be LTS on **2021-10-26**.
  • Loading branch information
ybiquitous committed Apr 30, 2021
1 parent 361c070 commit 939c799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12, 14]
node: [10, 12, 14, 16]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- os: ubuntu-latest
Expand Down

0 comments on commit 939c799

Please sign in to comment.