Skip to content

Commit

Permalink
Drop node versions older than >=18
Browse files Browse the repository at this point in the history
Running `npx installed-check` tells us that `ava` and `xo` both need at least Node 18
  • Loading branch information
voxpelli committed Jul 16, 2024
1 parent efbe70a commit dc91c3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
- 22
- 20
- 18
- 16
- 14
- 12
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
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 @@
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=12"
"node": ">=18"
},
"scripts": {
"test": "xo && ava && tsd",
Expand Down

0 comments on commit dc91c3a

Please sign in to comment.