Skip to content

Commit

Permalink
feat: Drop support for Node.js 16
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop support for Node.js 16
  • Loading branch information
kirkeaton committed Nov 2, 2023
1 parent 2b37c9f commit 09f7ef7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
node-version:
- 20
- 18
- 16
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Requirements

- `npm` or `yarn`
- Node.js >= 16
- Node.js >= 18

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"skiz-parser": "file:.."
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"license": "BSD-3-Clause",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tsd": "0.29.0"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"exports": "./index.js",
"files": [
Expand Down

0 comments on commit 09f7ef7

Please sign in to comment.