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 8203cf72 Let's try the latest node installer
8203cf72 is described below

commit 8203cf7258eb8cce928f1894fb0464b319c7c38b
Author: Sebb <[email protected]>
AuthorDate: Thu Apr 7 12:51:21 2022 +0100

    Let's try the latest node installer
---
 .github/workflows/unittestagenda.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index 67bfe8ca..7d19d7e0 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -22,7 +22,7 @@ jobs:
         sudo apt-get install libldap2-dev
         sudo apt-get install libsasl2-dev
       if:  matrix.os == 'ubuntu-20.04'  
-    - uses: actions/setup-node@v2
+    - uses: actions/setup-node@v3
       with:
         node-version: '14.19.1'
         # it seems that using the default Ubuntu version of node (14.19.0)

Reply via email to