From 8e15dc7a818b2b50f4ce91e7dca7e3ac7e5a9c49 Mon Sep 17 00:00:00 2001 From: alexander-akait Date: Wed, 11 Jun 2025 04:53:51 +0300 Subject: [PATCH] ci: improve --- .github/workflows/test.yml | 4 ++-- package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 917c57c..90da791 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -52,9 +52,9 @@ jobs: architecture: ${{ steps.calculate_architecture.outputs.result }} cache: "yarn" - run: yarn --frozen-lockfile --ignore-engines - if: matrix.node-version == '10.x' || matrix.node-version == '12.x' || matrix.node-version == '14.x' || matrix.node-version == '16.x' || matrix.node-version == '18.x' + if: matrix.node-version == '10.x' || matrix.node-version == '12.x' || matrix.node-version == '14.x' || matrix.node-version == '16.x' - run: yarn --frozen-lockfile - if: matrix.node-version != '10.x' && matrix.node-version != '12.x' && matrix.node-version != '14.x' && matrix.node-version != '16.x' && matrix.node-version != '18.x' + if: matrix.node-version != '10.x' && matrix.node-version != '12.x' && matrix.node-version != '14.x' && matrix.node-version != '16.x' - run: yarn cover - uses: codecov/codecov-action@v5 with: diff --git a/package.json b/package.json index c78cc4a..5b8aa8d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "coveralls": "^3.0.2", "globals": "^16.2.0", "eslint": "^9.28.0", - "eslint-config-webpack": "^4.0.2", + "eslint-config-webpack": "^4.0.8", "eslint-config-prettier": "^10.1.5", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^28.12.0", diff --git a/yarn.lock b/yarn.lock index fedfabf..3bf68ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2070,10 +2070,10 @@ eslint-config-prettier@^10.1.5: resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz#00c18d7225043b6fbce6a665697377998d453782" integrity sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw== -eslint-config-webpack@^4.0.2: - version "4.0.2" - resolved "https://registry.yarnpkg.com/eslint-config-webpack/-/eslint-config-webpack-4.0.2.tgz#d1a081b812dee62412105bdd91f8888da8b8474d" - integrity sha512-gVT0dasb2qaCBJpepABBiTH10Eu1VDxCQKHqypqojStWh5TZBuk+nV3gEkR3d257b9QTmSJM3jHku1y+h16MjA== +eslint-config-webpack@^4.0.8: + version "4.0.8" + resolved "https://registry.yarnpkg.com/eslint-config-webpack/-/eslint-config-webpack-4.0.8.tgz#27a254592823640d04f55e9f779da8652b96be3b" + integrity sha512-7Er3gder3ndupQn69AoXP4WklFkKHm2mESekAnSAsFrrqM96hzZAE8+NnAy5bw/rngPLdAfO/LA85fjxC4qLdQ== dependencies: semver "^7.7.2"