Skip to content

Commit

Permalink
Update test environment (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornstar authored Jun 26, 2024
1 parent 79c3e4b commit 4efd477
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
fail-fast: false
matrix:
node-version:
- 20
- 18
- 16
steps:
Expand Down
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ https.get(url, response => {
});
```
*/
// eslint-disable-next-line @typescript-eslint/ban-types -- TODO: Switch to Uint8Array only
export default function imageType(input: Buffer | Uint8Array): Promise<ImageTypeResult | undefined>;

/**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
},
"devDependencies": {
"@types/node": "^18.11.18",
"ava": "^5.1.0",
"ava": "^6.1.3",
"read-chunk": "^4.0.3",
"tsd": "^0.25.0",
"xo": "^0.53.1"
"xo": "^0.58.0"
}
}

0 comments on commit 4efd477

Please sign in to comment.