We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 060b63b commit 38689e6Copy full SHA for 38689e6
3 files changed
.github/workflows/ci.yml
@@ -22,8 +22,6 @@ jobs:
22
23
- name: Setup pnpm
24
uses: pnpm/action-setup@v4
25
- with:
26
- version: 10
27
28
- name: Setup Node.js
29
uses: actions/setup-node@v4
@@ -70,8 +68,6 @@ jobs:
70
68
71
69
72
73
74
75
76
77
.gitignore
@@ -38,7 +38,5 @@ pnpm-debug.log*
38
*.tmp
39
.cache/
40
41
-# Lock file (single package, not workspace)
42
-pnpm-lock.yaml
43
-
+# Benchmark data (downloaded separately)
44
data/
0 commit comments