Skip to content

Commit 9cafc6d

Browse files
authored
fix(CI): nodejs and npm are required for pminit to build
1 parent a4179e1 commit 9cafc6d

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
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata # tzdata may ask for user interaction if not explicitly installed here
158159
echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04
159160
git config --global --add safe.directory '*' # silence "git failed because of dubious ownership"

0 commit comments

Comments
 (0)