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 0747ab6 commit 05e5518Copy full SHA for 05e5518
.github/workflows/copilot-setup-steps.yml
@@ -22,11 +22,12 @@ jobs:
22
- run: |
23
cd _submodules/TypeScript
24
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
25
- git fetch origin --unshallow
+ git fetch --unshallow
26
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
27
- uses: dtolnay/rust-toolchain@fcf085fcb4b4b8f63f96906cd713eb52181b5ea4 # stable
28
- uses: ./.github/actions/setup-go
29
with:
30
cache-name: copilot-setup-steps
31
+ - run: npm install -g @playwright/mcp@0.0.28
32
- run: npm ci
33
- run: npx hereby build
0 commit comments