Skip to content

Commit

Permalink
Add node 15 and 16 to CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Aug 11, 2021
1 parent e6fae8d commit f52912c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 1
max-parallel: 10
matrix:
node: [ '13', '14' ]
node: [ '13', '14', '15', '16' ]
name: node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Added
- Add node 15 and 16 to CI workflow

## 2.1.0 - 2021-07-17
### Added
- Add array property support for yaml and json resource types
Expand Down

0 comments on commit f52912c

Please sign in to comment.