Skip to content

Commit

Permalink
Set minimum Node.js version to 16.x; fixes #169
Browse files Browse the repository at this point in the history
Add 20.x to CI
  • Loading branch information
ryanblock committed Sep 5, 2023
1 parent 944f77e commit b665c72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
node-version: [ 16.x, 18.x, 20.x ]
os: [ windows-latest, ubuntu-latest, macOS-latest ]

# Go
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Hello! After a bit of a hiatus, the [Architect team](https://github.com/architec

### Changed

- [Breaking change] Introduced minimum Node.js version of >= 14; fixes [#169](https://github.com/architect/dynalite/issues/169)
- [Breaking change] Introduced minimum Node.js version of >= 16; fixes [#169](https://github.com/architect/dynalite/issues/169)
- Changed license from MIT to Apache 2.0; see [#166](https://github.com/architect/dynalite/issues/166)
- Updated dependencies (which themselves dropped support for older versions of Node.js)
- Updated tests
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lint": "eslint . --fix"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"author": "Michael Hart <michael.hart.au@gmail.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit b665c72

Please sign in to comment.