We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff68a57 commit 3fe6aeaCopy full SHA for 3fe6aea
.github/workflows/test.yml
@@ -21,7 +21,6 @@ jobs:
21
uses: actions/setup-node@v4
22
with:
23
node-version: ${{ matrix.node-version }}
24
- cache: 'pnpm'
25
- name: Install dependencies
26
run: pnpm install --frozen-lockfile
27
- name: Run tests
0 commit comments