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 a16d51e commit 5822753Copy full SHA for 5822753
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/setup-node@v4
22
- uses: pnpm/action-setup@v3
23
with:
24
- version: 9.5.0
+ version: 10.17.0
25
package_json_file: package.json
26
run_install: |
27
- args: [--frozen-lockfile, --strict-peer-dependencies]
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
@@ -52,7 +52,7 @@ jobs:
52
- uses: actions/setup-node@v4
53
54
55
56
57
58
0 commit comments