Skip to content

Commit 086214c

Browse files
dormsternclaude
andcommitted
fix: add @types/node to devDependencies for CI
Build failed in GitHub Actions because node:fs and process types were missing. Works locally via parent project's @types/node but CI has a clean install. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1b222d6 commit 086214c

2 files changed

Lines changed: 24 additions & 3 deletions

File tree

package-lock.json

Lines changed: 23 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"@types/js-yaml": "^4.0.0",
53+
"@types/node": "^22.19.11",
5354
"@types/picomatch": "^3.0.0",
5455
"typescript": "^5.7.0",
5556
"vitest": "^3.0.0"

0 commit comments

Comments
 (0)