Skip to content

Commit 16561c6

Browse files
committed
Revert "feat(CI): nodejs shouldn't be required to build PythonMonkey"
This reverts commit 2727bc0.
1 parent 2727bc0 commit 16561c6

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
157158
apt-get install -y strace # required to run JS tests
158159
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata # tzdata may ask for user interaction if not explicitly installed here
159160
echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04

0 commit comments

Comments
 (0)