Skip to content

Commit e973520

Browse files
authored
Bump dependency and drop node 18 from ci (#34)
* ci: drop node 18 as end-of-life Drop node version `18` (codename `Hydrogen`) from the CI workflow as it is no longer supported after 30 April 2025, refer to https://nodejs.org/en/about/previous-releases#commercial-support https://nodejs.org/en/blog/release/v18.20.8 * chore: bump `tsd` to 0.32.0
1 parent 0309e80 commit e973520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
strategy:
1010
matrix:
1111
node-version:
12+
- 24
1213
- 22
1314
- 20
14-
- 18
1515

1616
steps:
1717
- name: Checkout code

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"homepage": "https://github.com/xn-02f/md5#readme",
2525
"devDependencies": {
2626
"ava": "6.x",
27-
"tsd": "^0.31.2"
27+
"tsd": "^0.32.0"
2828
},
2929
"engines": {
3030
"node": ">=16"

0 commit comments

Comments
 (0)