Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit ab1b250

Browse files
authored
fix (#6842)
1 parent b25b883 commit ab1b250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
path: ./
240240
key: web3-18-${{github.sha}}
241241
# @octokit/core not supported on node 16, so I can't add it to the package.json
242-
- run: npm install --no-package-lock --no-save --force @octokit/core
242+
- run: npm install --no-package-lock --no-save --force @octokit/core@5.1.0
243243
- name: Restore main branch benchmark data
244244
uses: actions/cache/restore@v3
245245
with:

0 commit comments

Comments
 (0)