Skip to content

Commit 38689e6

Browse files
committed
fix: correct ci configuration
- remove explicit pnpm version to use packageManager field - include pnpm-lock.yaml for reproducible builds
1 parent 060b63b commit 38689e6

3 files changed

Lines changed: 7295 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222

2323
- name: Setup pnpm
2424
uses: pnpm/action-setup@v4
25-
with:
26-
version: 10
2725

2826
- name: Setup Node.js
2927
uses: actions/setup-node@v4
@@ -70,8 +68,6 @@ jobs:
7068

7169
- name: Setup pnpm
7270
uses: pnpm/action-setup@v4
73-
with:
74-
version: 10
7571

7672
- name: Setup Node.js
7773
uses: actions/setup-node@v4

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,5 @@ pnpm-debug.log*
3838
*.tmp
3939
.cache/
4040

41-
# Lock file (single package, not workspace)
42-
pnpm-lock.yaml
43-
41+
# Benchmark data (downloaded separately)
4442
data/

0 commit comments

Comments
 (0)