diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2107af97..f4646b14 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ on: branches: - main schedule: - - cron: '0 0 * * 0' # weekly + - cron: "0 0 * * 0" # weekly jobs: tests: timeout-minutes: 30 @@ -17,7 +17,7 @@ jobs: fetch-depth: 2 - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: "18" - name: Setup run: | npm install @@ -43,7 +43,7 @@ jobs: run: | xvfb-run -a npm run test - name: Upload Code Coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 - name: Lint run: | npm run lint