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 060d9ab Try to match Travis version exactly
060d9ab is described below
commit 060d9ab6608aa16032272ed7cdaea8e348f438fd
Author: Sebb <[email protected]>
AuthorDate: Thu Mar 24 23:56:42 2022 +0000
Try to match Travis version exactly
---
.github/workflows/unittestagenda.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 3b45fc4..007336f 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -11,7 +11,7 @@ on:
jobs:
test:
strategy:
- fail-fast: false
+ fail-fast: true
matrix:
os: [ubuntu-20.04, 'macos-latest']
ruby: [2.7.1]
@@ -25,7 +25,7 @@ jobs:
if: matrix.os != 'macos-latest'
- uses: actions/setup-node@v2
with:
- node-version: '14'
+ node-version: '14.19.1' # try to match Travis
- uses: actions/checkout@v2
with:
persist-credentials: false