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 3087140d Is node version the problem?
3087140d is described below
commit 3087140dc8fb5f22708e78995d05a5bb1346c41d
Author: Sebb <[email protected]>
AuthorDate: Sat May 20 20:25:24 2023 +0100
Is node version the problem?
---
.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 404a3405..a2195283 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -35,7 +35,7 @@ jobs:
if: matrix.os != 'macos-latest'
- uses: actions/setup-node@v3
with:
- node-version: '18.16.0'
+ node-version: 'v14.21.3' # try same version as Docker
- uses: actions/checkout@v3
with:
persist-credentials: false