Skip to content

Commit 76da9ef

Browse files
committed
build: Cleanup ESLint job
1 parent 0248f27 commit 76da9ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ jobs:
4848
with:
4949
path: node_modules
5050
key: npm-cache-lint-node@16-${{ hashFiles('yarn.lock') }}
51-
working-directory: ./bindings/javascript
5251

5352
- name: "Install dependencies"
54-
run: yarn install --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000
53+
run: yarn install --immutable --registry https://registry.npmjs.org --network-timeout 300000
5554
working-directory: ./bindings/javascript
5655

5756
- name: ESLint

0 commit comments

Comments
 (0)