We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f4fdf commit ce6f782Copy full SHA for ce6f782
1 file changed
.github/workflows/ci.yml
@@ -21,6 +21,8 @@ jobs:
21
with:
22
node-version: ${{ matrix.node-version }}
23
- uses: pnpm/action-setup@v4
24
+ with:
25
+ version: 10
26
- name: Install Dependencies
27
run: |
28
pnpm install --frozen-lockfile
0 commit comments