diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cfff88..b061837 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ on: permissions: contents: read env: - NODE_VERSION: 20 + NODE_VERSION: 26 jobs: quality_checks: @@ -20,7 +20,7 @@ jobs: timeout-minutes: 5 strategy: matrix: - node: [16, 18, 20] + node: [22, 24, 26] steps: - name: Checkout uses: actions/checkout@v6