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 7545f36 commit 1cfdbf9Copy full SHA for 1cfdbf9
.github/workflows/build-binary.yml
@@ -70,7 +70,7 @@ jobs:
70
- uses: ipfs/aegir/actions/cache-node-modules@main # this will cache node_modules and run `npm run build`
71
72
- name: Setup Go
73
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v6
74
with:
75
go-version: '1.24'
76
.github/workflows/main.yml
@@ -224,7 +224,7 @@ jobs:
224
playwright-${{ runner.os }}-
225
- run: npx playwright install --with-deps
226
227
228
229
230
- run: npx xvfb-maybe npm run --if-present test:local-binary
0 commit comments