Skip to content

Commit

Permalink
Add Node.js 20 to CI matrix, update dependencies (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell authored and sindresorhus committed Aug 15, 2023
1 parent 58eedf4 commit 91b0f04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
node-version:
- 19
- 20
- 18
- 16
steps:
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -52,20 +52,20 @@
"hard-rejection": "^2.1.0",
"minimist-options": "4.1.0",
"normalize-package-data": "^5.0.0",
"read-pkg-up": "^9.1.0",
"read-pkg-up": "^10.0.0",
"redent": "^4.0.0",
"trim-newlines": "^5.0.0",
"type-fest": "^3.9.0",
"type-fest": "^4.2.0",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"ava": "^5.2.0",
"ava": "^5.3.1",
"common-tags": "^1.8.2",
"execa": "^7.1.1",
"execa": "^7.2.0",
"indent-string": "^5.0.0",
"read-pkg": "^8.0.0",
"tsd": "^0.28.1",
"xo": "^0.54.2"
"xo": "^0.56.0"
},
"xo": {
"rules": {
Expand Down

0 comments on commit 91b0f04

Please sign in to comment.