Skip to content

Commit ca16434

Browse files
committed
try fixing things
1 parent 4afc81a commit ca16434

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/validate.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,14 @@ jobs:
2525
with:
2626
node-version: 24
2727

28+
- name: 🧹 Clear npm cache
29+
if: matrix.os == 'windows-latest'
30+
run: npm cache clean --force
31+
2832
- name: ▶️ Add repo
2933
run:
30-
npx --yes epicshop add ${{ github.event.repository.name }} ./workshop
34+
npx --yes epicshop@latest add ${{ github.event.repository.name }}
35+
./workshop
3136

3237
- name: ʦ TypeScript
3338
run: npm run typecheck

0 commit comments

Comments
 (0)