Skip to content

Commit

Permalink
fix: node >= 16
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Jul 11, 2024
1 parent a776b06 commit 2fd494e
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 @@ -39,7 +39,7 @@
"xo": "0.56.0"
},
"engines": {
"node": ">=1"
"node": ">=16"
},
"files": [
"index.js"
Expand Down

0 comments on commit 2fd494e

Please sign in to comment.