From f1ba395d9795649656080757a9d2c2a6758ca3c1 Mon Sep 17 00:00:00 2001 From: Nick Seryakov Date: Sun, 4 Aug 2024 19:56:19 +0400 Subject: [PATCH] Update coverage.yml --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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