We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6a0b5 commit 6cda47dCopy full SHA for 6cda47d
1 file changed
.github/workflows/ci.yml
@@ -17,6 +17,5 @@ jobs:
17
- uses: actions/setup-node@v4
18
with:
19
node-version: 22
20
- cache: pnpm
21
- - run: pnpm install --frozen-lockfile
+ - run: pnpm install
22
- run: pnpm test
0 commit comments