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 c845720 commit 6f71ce8Copy full SHA for 6f71ce8
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Setup PNPM
33
uses: pnpm/action-setup@v4
34
with:
35
- version: 8.8.0
+ version: 10.26.1
36
37
- name: Setup Node
38
uses: actions/setup-node@v3
.github/workflows/release.yml
@@ -25,12 +25,12 @@ jobs:
25
26
27
28
29
30
31
- node-version: '22'
+ node-version: '20'
cache: 'pnpm'
- name: Install dependencies
0 commit comments