Skip to content

Commit d90b39f

Browse files
authored
[UE5.6] Fix failing action where we build against public deps (#697)
* Fix GHA where we build against public deps
1 parent 4e15e85 commit d90b39f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.changeset/loud-radios-happen.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@epicgames-ps/lib-pixelstreamingfrontend-ue5.6': patch
3+
---
4+
5+
When building the frontend library not in this repository it would fail due requiring newer node types, so these were added a dev dep.

Frontend/library/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"rimraf": "^6.0.1",
3030
"ts-jest": "^29.2.5",
3131
"typescript": "^5.7.3",
32-
"typescript-eslint": "^8.24.0"
32+
"typescript-eslint": "^8.24.0",
33+
"@types/node": "^22.14.0"
3334
},
3435
"dependencies": {
3536
"@epicgames-ps/lib-pixelstreamingcommon-ue5.6": "^0.1.3",

0 commit comments

Comments
 (0)