We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd029d1 commit 977cafaCopy full SHA for 977cafa
.github/workflows/NodeCI.yml
@@ -53,6 +53,7 @@ jobs:
53
run: |+
54
yarn add -D eslint@${{ matrix.eslint }} --ignore-engines
55
rm -rf node_modules
56
+ rm -rf yarn.lock
57
if: matrix.eslint != 8
58
- name: Install Packages
59
run: yarn install --ignore-engines
0 commit comments