Skip to content

Commit

Permalink
Expect >= node 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlongley committed Mar 18, 2024
1 parent 6154b83 commit 713c9e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
### Added
- Add conversion from `publicKeyJwk` feature via `from()`.

### Changed
- Expect >= node 18 via `package.json`.

### Fixed
- Allow `@context` array values in multikeys.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"webpack": "^5.72.1"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"scripts": {
"test": "npm run test-node",
Expand Down

0 comments on commit 713c9e3

Please sign in to comment.