Skip to content

Commit 2727bc0

Browse files
committed
feat(CI): nodejs shouldn't be required to build PythonMonkey
1 parent 3d2f535 commit 2727bc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ 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
158157
apt-get install -y strace # required to run JS tests
159158
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata # tzdata may ask for user interaction if not explicitly installed here
160159
echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04

0 commit comments

Comments
 (0)