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