Skip to content

Commit

Permalink
drop support for Node < 16
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Nov 2, 2023
1 parent a4f2757 commit 67b49ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ '14', '16', '17', '18', '19', '20' ]
node: [ '16', '17', '18', '19', '20' ]

steps:
- name: Clone repository
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"license": "Apache-2.0",
"repository": "innovativeinnovation/who-is-sciper",
"engines": {
"node": ">=14"
"node": ">=16"
},
"bin": "src/cli.js",
"files": [
Expand Down

0 comments on commit 67b49ee

Please sign in to comment.