Skip to content

Commit 417450a

Browse files
Update test-deployer.yml
1 parent ee51a15 commit 417450a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-deployer.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ jobs:
3434
sudo ln -s /usr/bin/pip3 /usr/bin/pip || true
3535
python --version
3636
pip --version
37+
38+
# For some reason, Node appears to be a dependency of Themis
39+
- name: Install Node.js
40+
run: |
41+
sudo apt install -y nodejs
42+
node --version
3743
3844
- name: Install OpenTofu
3945
uses: opentofu/setup-opentofu@v1

0 commit comments

Comments
 (0)