Skip to content

Commit

Permalink
Set min node engine to >= 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jan 19, 2022
1 parent fa82249 commit b99389e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
node: [ '13', '14', '15', '16', '17' ]
node: [ '16', '17' ]
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

### Changed
- Set min node engine to >= 16.0.0

## 2.3.1 - 2022-01-18
### Fixed
- Fix Publish workflow ref to use formatted tag
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"scripts": {},
"engines": {
"node": ">= 13.0.0"
"node": ">= 16.0.0"
},
"license": "MIT"
}

0 comments on commit b99389e

Please sign in to comment.