Skip to content

Commit

Permalink
Drop node v14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar committed Jun 4, 2023
1 parent 61a437e commit f8e6ae7
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 @@ -16,7 +16,7 @@
"default": "./dist/index.js"
},
"engines": {
"node": ">=14.16"
"node": ">=16"
},
"scripts": {
"build": "del dist && tsc",
Expand Down

0 comments on commit f8e6ae7

Please sign in to comment.