Skip to content

Commit 6cda47d

Browse files
committed
ci: remove cache and frozen-lockfile (no lockfile)
1 parent 7c6a0b5 commit 6cda47d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: 22
20-
cache: pnpm
21-
- run: pnpm install --frozen-lockfile
20+
- run: pnpm install
2221
- run: pnpm test

0 commit comments

Comments
 (0)