Skip to content

Commit

Permalink
feat: add 16.13.0 as an explicit node version to test (#10)
Browse files Browse the repository at this point in the history
Node 16.13.0 marks the transition of 16.x into LTS. We want to explicitly test
the major versions of node we support at the release they enter LTS.
  • Loading branch information
Luke Karrys authored Oct 27, 2021
1 parent 77c1923 commit b761f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/content/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [12.13.0, 12.x, 14.15.0, 14.x, 16.x]
node-version: [12.13.0, 12.x, 14.15.0, 14.x, 16.13.0, 16.x]
platform:
- os: ubuntu-latest
shell: bash
Expand Down

0 comments on commit b761f09

Please sign in to comment.