8000 ci: improve (#172) · webpack/webpack-sources@b2db929 · GitHub
[go: up one dir, main page]

Skip to content

Commit b2db929

Browse files
ci: improve (#172)
1 parent 6af577c commit b2db929

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
architecture: ${{ steps.calculate_architecture.outputs.result }}
5353
cache: "yarn"
5454
- run: yarn --frozen-lockfile --ignore-engines
55-
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'
55+
if: matrix.node-version == '10.x' || matrix.node-version == '12.x' || matrix.node-version == '14.x' || matrix.node-version == '16.x'
5656
- run: yarn --frozen-lockfile
57-
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'
57+
if: matrix.node-version != '10.x' && matrix.node-version != '12.x' && matrix.node-version != '14.x' && matrix.node-version != '16.x'
5858
- run: yarn cover
5959
- uses: codecov/codecov-action@v5
6060
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"coveralls": "^3.0.2",
2929
"globals": "^16.2.0",
3030
"eslint": "^9.28.0",
31-
"eslint-config-webpack": "^4.0.2",
31+
"eslint-config-webpack": "^4.0.8",
3232
"eslint-config-prettier": "^10.1.5",
3333
"eslint-plugin-import": "^2.31.0",
3434
"eslint-plugin-jest": "^28.12.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2070,10 +2070,10 @@ eslint-config-prettier@^10.1.5:
20702070
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz#00c18d7225043b6fbce6a665697377998d453782"
20712071
integrity sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==
20722072

2073-
eslint-config-webpack@^4.0.2:
2074-
version "4.0.2"
2075-
resolved "https://registry.yarnpkg.com/eslint-config-webpack/-/eslint-config-webpack-4.0.2.tgz#d1a081b812dee62412105bdd91f8888da8b8474d"
2076-
integrity sha512-gVT0dasb2qaCBJpepABBiTH10Eu1VDxCQKHqypqojStWh5TZBuk+nV3gEkR3d257b9QTmSJM3jHku1y+h16MjA==
2073+
eslint-config-webpack@^4.0.8:
2074+
version "4.0.8"
2075+
resolved "https://registry.yarnpkg.com/eslint-config-webpack/-/eslint-config-webpack-4.0.8.tgz#27a254592823640d04f55e9f779da8652b96be3b"
2076+
integrity sha512-7Er3gder3ndupQn69AoXP4WklFkKHm2mESekAnSAsFrrqM96hzZAE8+NnAy5bw/rngPLdAfO/LA85fjxC4qLdQ==
20772077
dependencies:
20782078
semver "^7.7.2"
20792079

0 commit comments

Comments
 (0)
0