Skip to content

Commit a89f38c

Browse files
build: use yarn in the update-abi workflow
1 parent a6e6d95 commit a89f38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-abi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}
3737
restore-keys: |
3838
${{ runner.os }}-node-
39-
- run: npm install --no-package-lock
39+
- run: yarn install --frozen-lockfile --ignore-engines
4040
- name: Update ABI registry
4141
run: |
4242
npm run update-abi-registry

0 commit comments

Comments
 (0)