Skip to content

Commit e09d0d9

Browse files
committed
fix: add @types/node to playground devDependencies
The adjacent tsconfig.json references the `node` type, so I guess we need to specify that dependency in the package.json. Hopefully it could fix the ecosystem-ci failure that happens only on GitHub Actions environments.
1 parent 515b171 commit e09d0d9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

playground/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"version": "1.0.0",
55
"devDependencies": {
6+
"@types/node": "^20.9.0",
67
"convert-source-map": "^2.0.0",
78
"css-color-names": "^1.0.1",
89
"kill-port": "^1.6.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)