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.
node_modules
1 parent 077a4b0 commit a3279f4Copy full SHA for a3279f4
.github/workflows/runtime_eslint_plugin_e2e.yml
@@ -40,11 +40,11 @@ jobs:
40
uses: actions/cache@v4
41
id: node_modules
42
with:
43
- path: "**/node_modules"
+ path: "node_modules"
44
key: runtime-eslint_e2e-node_modules-${{ runner.arch }}-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
45
- name: Ensure clean build directory
46
run: rm -rf build
47
- - run: yarn install --frozen-lockfile
+ - run: yarn install
48
- name: Build plugin
49
working-directory: fixtures/eslint-v${{ matrix.eslint_major }}
50
run: node build.mjs
0 commit comments