You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/04/15 11:22:46 UTC

[whimsy] branch master updated: Is this still needed?

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 56da0437 Is this still needed?
56da0437 is described below

commit 56da0437d9f9d52e17c02cb1fcfd2538c7b52b32
Author: Sebb <se...@apache.org>
AuthorDate: Fri Apr 15 12:22:39 2022 +0100

    Is this still needed?
---
 .github/workflows/unittestagenda.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/unittestagenda.yml b/.github/workflows/unittestagenda.yml
index cbbeefe0..a1f928ed 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -22,9 +22,9 @@ jobs:
         sudo apt-get install libldap2-dev
         sudo apt-get install libsasl2-dev
       if:  matrix.os == 'ubuntu-20.04'
-    - uses: actions/setup-node@v2
-      with:
-        node-version: '14.19.1'
+    # - uses: actions/setup-node@v2
+    #   with:
+    #     node-version: '14.19.1'
     - uses: actions/checkout@v2
       with:
         persist-credentials: false