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 99be9449 Restore install of node; last run hung
99be9449 is described below
commit 99be9449ed13c3533d4ff545a705ae14b3219af1
Author: Sebb <[email protected]>
AuthorDate: Thu Apr 7 22:23:05 2022 +0100
Restore install of node; last run hung
---
.github/workflows/unittestagenda.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index b90b2621..cbbeefe0 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -21,7 +21,10 @@ jobs:
run: |
sudo apt-get install libldap2-dev
sudo apt-get install libsasl2-dev
- if: matrix.os == 'ubuntu-20.04'
+ if: matrix.os == 'ubuntu-20.04'
+ - uses: actions/setup-node@v2
+ with:
+ node-version: '14.19.1'
- uses: actions/checkout@v2
with:
persist-credentials: false