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 72e9c3b Update node
72e9c3b is described below
commit 72e9c3bd0c25d2a69585c79d663b0af208604137
Author: Sebb <[email protected]>
AuthorDate: Wed Mar 23 14:10:21 2022 +0000
Update node
---
.github/workflows/unittestagenda.yml | 5 +++--
.travis.yml | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 5bf63b3..a8f7fdc 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -24,7 +24,7 @@ jobs:
if: ${{ matrix.os }} != 'macos-latest'
- uses: actions/setup-node@v2
with:
- node-version: '14'
+ node-version: '16'
- uses: actions/checkout@v2
with:
persist-credentials: false
@@ -39,7 +39,8 @@ jobs:
bundle install
- name: setup agenda 2
run: |
- sudo ruby -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
+ # will probably fail without sudo, but let's see if it finds wunderbar
+ ruby -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"
- name: test agenda code
run: |
cd www/board/agenda
diff --git a/.travis.yml b/.travis.yml
index 8823ac0..73d99f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,7 +39,7 @@ addons:
# install recent Node.js
before_install:
- - nvm install 14
+ - nvm install 16
# configure ASF LDAP
sudo: required