From 49049399c195c7ca01825d772855fd782bbc2456 Mon Sep 17 00:00:00 2001 From: Leszek Manicki Date: Wed, 8 Jan 2025 21:29:59 +0100 Subject: [PATCH] Run tests on modern versions of node js --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f695c26..2df8959 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: strategy: matrix: - node-version: [10, 12, 14] + node-version: ['20.x', '22.x', '23.x'] steps: - uses: actions/checkout@v3