diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e349b1f..9eb95fd 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,8 +14,8 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 - uses: ArtiomTr/jest-coverage-report-action@v2 with: package-manager: yarn - test-script: yarn validate-ci \ No newline at end of file + test-script: yarn validate-ci