Skip to content

Commit

Permalink
chore: require node v16+
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Dec 14, 2023
1 parent 492be4b commit 15a6a0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
os:
- ubuntu-latest
node_version:
- 14
- 16
- 18
name: Node ${{ matrix.node_version }} on ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"xo": "^0.56.0"
},
"engines": {
"node": ">=14"
"node": ">=16"
},
"files": [
"index.js"
Expand Down

0 comments on commit 15a6a0a

Please sign in to comment.