From 5c05dbb48ba958d99dd17a105948d60fc5a6ae79 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Sun, 29 Jun 2025 09:37:00 +0300 Subject: ci: add node 24 to matrix --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c35c66a..5ac0da2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - node: ['22', '20', '18'] + node: ['24', '22', '20', '18'] name: Node ${{ matrix.node }} CI steps: - uses: actions/checkout@v4 -- cgit v1.2.3