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 6a6fe85 commit 924441eCopy full SHA for 924441e
.github/workflows/react17.yml
@@ -22,6 +22,8 @@ jobs:
22
uses: pnpm/action-setup@v4
23
with:
24
version: 9.15.0
25
+ # no cache because we want to test installs from scratch
26
+ cache: false
27
28
- name: Setup Node 18
29
uses: actions/setup-node@v4
0 commit comments