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 a98301b Looks like nvm 16 might be a problem
a98301b is described below
commit a98301b41c416428bd29a3db68846464a2845b70
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 15:47:32 2022 +0000
Looks like nvm 16 might be a 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 3dedc24..93b5a56 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -25,7 +25,7 @@ jobs:
if: ${{ matrix.os }} != 'macos-latest'
- uses: actions/setup-node@v2
with:
- node-version: '16'
+ node-version: '14'
- uses: actions/checkout@v2
with:
persist-credentials: false