This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new b8a0f86 nodejs not found ...
b8a0f86 is described below
commit b8a0f8686281439dbdbfa0f150c7e7a8cfdf35ce
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 15:43:18 2022 +0000
nodejs not found ...
---
.github/workflows/unittestagenda.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 322e35d..3dedc24 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -21,6 +21,7 @@ jobs:
run: |
sudo apt-get install libldap2-dev
sudo apt-get install libsasl2-dev
+ sudo apt-get install nodejs
if: ${{ matrix.os }} != 'macos-latest'
- uses: actions/setup-node@v2
with: