diff --git a/.github/workflows/automated-tests.yaml b/.github/workflows/automated-tests.yaml index 86e7522..7be499e 100644 --- a/.github/workflows/automated-tests.yaml +++ b/.github/workflows/automated-tests.yaml @@ -15,7 +15,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [18.x, 20.x] steps: - name: Checkout code uses: actions/checkout@v3