Skip to content

Commit

Permalink
chore!: drop support for Node.js v14 and v19 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Jun 21, 2023
1 parent 87d1c56 commit a8c3fe4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x, 19.x, 20.x]
node-version: [16.x, 18.x, 20.x]
runs-on: ubuntu-latest

steps:
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,8 @@
"arrowParens": "avoid",
"singleQuote": true
},
"packageManager": "yarn@3.6.0"
"packageManager": "yarn@3.6.0",
"engines": {
"node": ">=16"
}
}

0 comments on commit a8c3fe4

Please sign in to comment.