File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 52
52
architecture : ${{ steps.calculate_architecture.outputs.result }}
53
53
cache : " yarn"
54
54
- 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'
56
56
- 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'
58
58
- run : yarn cover
59
59
- uses : codecov/codecov-action@v5
60
60
with :
Original file line number Diff line number Diff line change 28
28
"coveralls" : " ^3.0.2" ,
29
29
"globals" : " ^16.2.0" ,
30
30
"eslint" : " ^9.28.0" ,
31
- "eslint-config-webpack" : " ^4.0.2 " ,
31
+ "eslint-config-webpack" : " ^4.0.8 " ,
32
32
"eslint-config-prettier" : " ^10.1.5" ,
33
33
"eslint-plugin-import" : " ^2.31.0" ,
34
34
"eslint-plugin-jest" : " ^28.12.0" ,
Original file line number Diff line number Diff line change @@ -2070,10 +2070,10 @@ eslint-config-prettier@^10.1.5:
2070
2070
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.1.5.tgz#00c18d7225043b6fbce6a665697377998d453782"
2071
2071
integrity sha512-zc1UmCpNltmVY34vuLRV61r1K27sWuX39E+uyUnY8xS2Bex88VV9cugG+UZbRSRGtGyFboj+D8JODyme1plMpw==
2072
2072
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 ==
2077
2077
dependencies :
2078
2078
semver "^7.7.2"
2079
2079
You can’t perform that action at this time.
0 commit comments