We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d899d4 commit 09afe04Copy full SHA for 09afe04
1 file changed
.github/workflows/test.yml
@@ -161,7 +161,7 @@ jobs:
161
yarn --frozen-lockfile --ignore-engines
162
if: matrix.node-version == '10.x' || matrix.node-version == '12.x' || matrix.node-version == '14.x'
163
- run: |
164
- yarn upgrade eslint-plugin-jest@~28.4.0 eslint-plugin-jsdoc@^47.0.0 husky@^8.0.3 lint-staged@^13.2.1 cspell@^6.31.1 open-cli@^7.2.0 nyc@^15.1.0 eslint@^8 @eslint/js@^8
+ yarn upgrade eslint-plugin-jest@~28.4.0 eslint-plugin-jsdoc@^47.0.0 husky@^8.0.3 lint-staged@^13.2.1 cspell@^6.31.1 open-cli@^7.2.0 nyc@^15.1.0 eslint@^8 @eslint/js@^8 eslint-plugin-n@^16
165
yarn --frozen-lockfile
166
if: matrix.node-version == '16.x'
167
# Install main version of our deps
0 commit comments