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 0248f27 commit 76da9efCopy full SHA for 76da9ef
.github/workflows/build.yml
@@ -48,10 +48,9 @@ jobs:
48
with:
49
path: node_modules
50
key: npm-cache-lint-node@16-${{ hashFiles('yarn.lock') }}
51
- working-directory: ./bindings/javascript
52
53
- name: "Install dependencies"
54
- run: yarn install --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
+ run: yarn install --immutable --registry https://registry.npmjs.org --network-timeout 300000
55
working-directory: ./bindings/javascript
56
57
- name: ESLint
0 commit comments