Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 26, 2024
1 parent 9f277d4 commit 157bdd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ jobs:
fail-fast: false
matrix:
node-version:
- 22
- 20
- 18
- 16
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 @@ -45,13 +45,13 @@
],
"dependencies": {
"dns-socket": "^4.2.2",
"got": "^13.0.0",
"is-ip": "^5.0.1"
},
"devDependencies": {
"@sindresorhus/tsconfig": "^6.0.0",
"ava": "^5.3.1",
"esmock": "^2.6.7",
"got": "^13.0.0",
"sinon": "^18.0.0",
"time-span": "^5.1.0",
"typescript": "^5.5.4",
Expand Down

0 comments on commit 157bdd4

Please sign in to comment.