diff --git a/.github/workflows/automated-tests.yaml b/.github/workflows/automated-tests.yaml index 9f8e5bc..d73547c 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: [14.x, 16.x, 18.x] steps: - name: Checkout code uses: actions/checkout@v3