Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Drop support for Node 16 and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
larabr committed Jun 27, 2024
1 parent 747cda5 commit 9ed1495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node:
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
node-version: [18.x, 20.x]

name: Node ${{ matrix.node-version }}
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ await build({
"post-quantum",
],
engines: {
"node": ">=16.0.0",
"node": ">=18.0.0",
},
author: "Ajitomi Daisuke",
bugs: {
Expand Down

0 comments on commit 9ed1495

Please sign in to comment.