From fd43c44791316f8e9728b2af9cc665b7c9fde864 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sat, 14 Feb 2026 19:29:34 +0200 Subject: ci: remove node 18 It reached EOL. Also set fail-fast to false. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ac0da2..36b2c54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,8 +8,9 @@ jobs: build: runs-on: ubuntu-24.04 strategy: + fail-fast: false matrix: - node: ['24', '22', '20', '18'] + node: ['24', '22', '20'] name: Node ${{ matrix.node }} CI steps: - uses: actions/checkout@v4 -- cgit v1.2.3