Skip to content

Commit 924441e

Browse files
committed
rm pre-install step
1 parent 6a6fe85 commit 924441e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/react17.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: pnpm/action-setup@v4
2323
with:
2424
version: 9.15.0
25+
# no cache because we want to test installs from scratch
26+
cache: false
2527

2628
- name: Setup Node 18
2729
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)