We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afc81a commit ca16434Copy full SHA for ca16434
1 file changed
.github/workflows/validate.yml
@@ -25,9 +25,14 @@ jobs:
25
with:
26
node-version: 24
27
28
+ - name: 🧹 Clear npm cache
29
+ if: matrix.os == 'windows-latest'
30
+ run: npm cache clean --force
31
+
32
- name: ▶️ Add repo
33
run:
- npx --yes epicshop add ${{ github.event.repository.name }} ./workshop
34
+ npx --yes epicshop@latest add ${{ github.event.repository.name }}
35
+ ./workshop
36
37
- name: ʦ TypeScript
38
run: npm run typecheck
0 commit comments