We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4578742 commit 1df8115Copy full SHA for 1df8115
.github/actions/setup/action.yml
@@ -70,7 +70,7 @@ runs:
70
node-version-file: 'package.json'
71
cache: 'pnpm'
72
73
- - uses: oven-sh/setup-bun@v1
+ - uses: oven-sh/setup-bun@v2
74
with:
75
bun-version: latest
76
.github/workflows/perf-check.yml
@@ -45,7 +45,7 @@ jobs:
45
registry-url: 'https://registry.npmjs.org'
46
47
48
49
50
51
- name: Get Browser Flags
.github/workflows/perf-over-release.yml
0 commit comments