Skip to content

Commit

Permalink
Require Node.js 16
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 10, 2023
1 parent 6a8276f commit 74efdda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -10,9 +10,9 @@ jobs:
fail-fast: false
matrix:
node-version:
- 20
- 18
- 16
- 14
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -13,7 +13,7 @@
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=14.16"
"node": ">=16"
},
"scripts": {
"test": "xo && ava && tsd"
Expand All @@ -35,7 +35,7 @@
],
"devDependencies": {
"ava": "^5.2.0",
"tsd": "^0.28.0",
"xo": "^0.53.1"
"tsd": "^0.28.1",
"xo": "^0.54.2"
}
}

0 comments on commit 74efdda

Please sign in to comment.