Skip to content

Commit

Permalink
Require Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Apr 20, 2024
1 parent 8ec3e3a commit 6f1ef52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 21.x]
node-version: [16.x, 18.x, 20.x, 21.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Changelog

* Full ESM conversion. If you require the commonjs version of this library,
stay on the 1.x version until you are ready to upgrade.
* Switch to built-in Node test runner and assertion library, and removed
`nyc`, `mocha` and `chai`.
* This library now requires Node 16.
* Switch to built-in Node test runner and assertion library, and removed `nyc`,
`mocha` and `chai`.


1.3.0 (2021-08-23)
Expand Down

0 comments on commit 6f1ef52

Please sign in to comment.