Skip to content

Commit 6bc6159

Browse files
fix: package lock, ci yaml
1 parent b56c31d commit 6bc6159

File tree

3 files changed

+370
-490
lines changed

3 files changed

+370
-490
lines changed

.github/workflows/sharded-vitest.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: "18"
26-
cache: "npm"
25+
node-version: "20"
2726

2827
- name: Install dependencies
29-
run: npm i
28+
run: npm ci
3029

3130
- name: Run Vitest Tests (Shard ${{ matrix.shard }}/${{ matrix.total-shards }})
3231
continue-on-error: true

0 commit comments

Comments
 (0)