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 2281f80 commit c2181f0Copy full SHA for c2181f0
.github/workflows/main.yml
@@ -138,6 +138,10 @@ jobs:
138
with:
139
node-version: lts/*
140
- uses: ipfs/aegir/actions/cache-node-modules@master
141
+ # https://github.com/actions/runner-images/issues/9733#issuecomment-2074590278
142
+ - run: |
143
+ sudo rm /etc/apt/sources.list.d/microsoft-prod.list
144
+ sudo apt-get update
145
- run: npx playwright install-deps
146
- run: npm run --if-present test:webkit
147
- uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0
0 commit comments