Skip to content

Commit

Permalink
Drop support for Node.js 14 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar authored Aug 7, 2023
1 parent 5044c91 commit e03c249
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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:
- 18
- 16
- 14
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"node": ">=14.16"
"node": ">=16"
},
"scripts": {
"build": "del dist && tsc",
Expand Down

0 comments on commit e03c249

Please sign in to comment.