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 c1565c3 commit 6768015Copy full SHA for 6768015
.github/workflows/validate.yml
@@ -26,8 +26,11 @@ jobs:
26
node-version: 24
27
28
- name: ▶️ Add repo
29
- run:
30
- npx --yes epicshop add ${{ github.event.repository.name }} ./workshop
+ run: |
+ npx --yes epicshop@latest add ${{ github.event.repository.name }} ./workshop
31
+ env:
32
+ # Kept getting npm ECOMPROMISED errors on windows. This fixed it.
33
+ npm_config_cache: ${{ runner.temp }}/npm-cache
34
35
- name: ʦ TypeScript
36
run: npm run typecheck
0 commit comments