Skip to content

Commit f576f0c

Browse files
authored
feat: bump sandbox to 0.40.0 & use yarn (#23)
1 parent 54d486f commit f576f0c

File tree

5 files changed

+4237
-10455
lines changed

5 files changed

+4237
-10455
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ jobs:
1616
- name: Setup Node
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
20-
cache: 'npm'
19+
node-version: 24
20+
cache: 'yarn'
21+
cache-dependency-path: yarn.lock
2122

2223
- name: Install dependencies
23-
run: npm ci
24+
run: yarn install --frozen-lockfile --non-interactive
2425

2526
- name: Setup Python
2627
uses: actions/setup-python@v5
@@ -33,4 +34,4 @@ jobs:
3334
echo "$HOME/.local/bin" >> $GITHUB_PATH
3435
3536
- name: CI
36-
run: npm run ci
37+
run: yarn ci

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe('Example', () => {
119119

120120
## Benchmarks
121121

122-
Generated from [tests/results.json](tests/results.json) using [scripts/chart.py](scripts/chart.py). The data is collected via `npm run benchmark:print`.
122+
Generated from [tests/results.json](tests/results.json) using [scripts/chart.py](scripts/chart.py). The data is collected via `yarn benchmark:print`.
123123

124124
![Benchmark speedups](tests/benchmarks.png)
125125

0 commit comments

Comments
 (0)