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 eca48c8 commit b16ac29Copy full SHA for b16ac29
.github/workflows/CI.yml
@@ -89,8 +89,8 @@ jobs:
89
- name: Install ESLint ${{ matrix.eslint }}
90
# We need to execute this command twice because of npm's bug.
91
# See also: https://npm.community/t/error-node-modules-staging-eslint-e7cf6846-node-modules-eslint
92
- run: >
93
- npm install --no-save eslint@${{ matrix.eslint }} &&
+ run: |
+ npm install --no-save eslint@${{ matrix.eslint }}
94
npm install --no-save eslint@${{ matrix.eslint }}
95
- name: Test
96
run: npm run -s test:ci
0 commit comments