diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2680a15..60d87fb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [ 18, 20, 20 ] + node-version: [ 18, 20, 22 ] steps: - name: Checkout Source code uses: actions/checkout@v4