Skip to content

Commit

Permalink
Drop node 12 and 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed Jan 9, 2024
1 parent eb02775 commit 0cd21a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 17.x, 18.x]
node-version: [16.x, 17.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": "12 || 14 || 16 || 17"
"node": "16 || 17 || 18"
},
"scripts": {
"build": "lb-tsc",
Expand Down

0 comments on commit 0cd21a1

Please sign in to comment.