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 7746ff9a Try an intermediate node version
7746ff9a is described below
commit 7746ff9ad37f7bd0b3c8a448e78572449a4816bf
Author: Sebb <[email protected]>
AuthorDate: Sat May 20 21:28:28 2023 +0100
Try an intermediate node version
---
.github/workflows/unittestagenda.yml | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index a2195283..1f1f90e0 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: 'v14.21.3' # try same version as Docker
+ node-version: 'v16.20.0' # works on macos; 20.x does not
- uses: actions/checkout@v3
with:
persist-credentials: false
@@ -57,8 +57,7 @@ jobs:
sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
- name: test agenda code
run: |
+ node -v
+ npm -v
cd www/board/agenda
- gem info # DEBUG
- SKIP_NAVIGATION=1 bundle exec rake RSPEC_OPTS='--pattern=secret*.rb'
|| true
- gem info # DEBUG
- npm list
+ SKIP_NAVIGATION=1 bundle exec rake RSPEC_OPTS='--pattern=secret*.rb'