Skip to content

Commit

Permalink
chore: bump minimum node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
slowbackspace committed Dec 14, 2023
1 parent c80abec commit 57c8cdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Unreleased changes are in the `master` branch.

### Changed

- Updated deps - node 16 now required due to node-cbor pkg
- Updated deps - node 18 now required due to node-cbor pkg

## [0.1.60] - 2023-10-05

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16"
"node": ">=18"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2020",
"target": "ES2022",
"module": "CommonJS",
"outDir": "lib",
"moduleResolution": "node",
Expand Down

0 comments on commit 57c8cdb

Please sign in to comment.