Skip to content

Commit 29e7b85

Browse files
authored
feat(CI): nodejs is required to build pminit
1 parent 1021684 commit 29e7b85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
apt-get update -y
155155
apt-get install -y sudo libnss3-dev libssl-dev
156156
apt-get install -y git # required for `actions/checkout`
157+
apt-get install -y nodejs npm # required for pminit to build
157158
apt-get install -y build-essential
158159
apt-get install -y strace # required to run JS tests
159160
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata # tzdata may ask for user interaction if not explicitly installed here

0 commit comments

Comments
 (0)