Skip to content

Commit

Permalink
fix: add @types/node to playground devDependencies
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
haoqunjiang committed Dec 4, 2023
1 parent 515b171 commit e09d0d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"version": "1.0.0",
"devDependencies": {
"@types/node": "^20.9.0",
"convert-source-map": "^2.0.0",
"css-color-names": "^1.0.1",
"kill-port": "^1.6.1",
Expand Down
3 changes: 3 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e09d0d9

Please sign in to comment.