From 2b2463ab60b88703dd447c78474f728857f7500d Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Sat, 11 Jan 2025 21:31:51 +0000 Subject: [PATCH] Ensure job completes in all versions of Node --- .github/workflows/push.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 997783d0..10bf096d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -17,6 +17,7 @@ jobs: - run: npm run lint nodejs: strategy: + fail-fast: false matrix: node: [20.9, 20, 22] runs-on: ubuntu-latest