Skip to content

Commit

Permalink
Require Node.js 18
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 10, 2024
1 parent da83698 commit 8ef880e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ jobs:
node-version:
- 20
- 18
- 16
- 14
- 12
- 10
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 @@ -12,7 +12,7 @@
},
"sideEffects": false,
"engines": {
"node": ">=8"
"node": ">=18"
},
"scripts": {
"test": "xo && ava && tsd",
Expand Down

0 comments on commit 8ef880e

Please sign in to comment.