Skip to content

Commit 83f42b8

Browse files
chore: pin @types/node to fix CI check failures (#912)
This PR pins @types/node at 24.1.0 in order to fix CI check failures 24.3.0 is causing errors such as: ``` ../../../node_modules/@types/node/child_process.d.ts(309,9): error TS1165: A computed property name in an ambient context must refer to an expression whose type is a literal type or a 'unique symbol' type. ```
1 parent a03458a commit 83f42b8

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)