Skip to content

Commit f84b076

Browse files
chore: pin @types/node to fix CI check failures
1 parent a03458a commit f84b076

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
"//": "Pin jsonc-parser because v3.3.0 breaks rollup-plugin-esbuild",
7474
"resolutions": {
7575
"jsonc-parser": "3.2.0",
76-
"parse5": "7.2.1"
76+
"parse5": "7.2.1",
77+
"@types/node": "24.1.0"
7778
}
7879
}

0 commit comments

Comments
 (0)