Skip to content

Commit 0265122

Browse files
committed
try to fix ci
1 parent 6320710 commit 0265122

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [18, 20]
15+
node-version: [22]
1616

1717
steps:
1818
- name: Checkout code
@@ -41,8 +41,11 @@ jobs:
4141
restore-keys: |
4242
${{ runner.os }}-pnpm-store-
4343
44+
- name: Verify lockfile exists
45+
run: ls -la pnpm-lock.yaml
46+
4447
- name: Install dependencies
45-
run: pnpm install --frozen-lockfile
48+
run: pnpm install
4649

4750
- name: Run tests
4851
run: pnpm test

0 commit comments

Comments
 (0)