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 7064f4a  Also need node
7064f4a is described below

commit 7064f4a9943a77b8496aabce02da5766bffd58b4
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 13:08:35 2022 +0000

    Also need node
---
 .github/workflows/unittestagenda.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index 17c6a8f..f7d8077 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -22,6 +22,9 @@ jobs:
         sudo apt-get install libldap2-dev
         sudo apt-get install libsasl2-dev
       if:  ${{ matrix.os }} != 'macos-latest'  
+    - uses: actions/setup-node@v2
+      with:
+        node-version: '14'    
     - uses: actions/checkout@v2
       with:
         persist-credentials: false

Reply via email to