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 914dcc1 commit f062c09Copy full SHA for f062c09
.github/workflows/validate.yml
@@ -26,9 +26,11 @@ jobs:
26
node-version: 24
27
28
- name: ▶️ Add repo
29
- run:
30
- npx --yes epicshop@latest add ${{ github.event.repository.name }}
31
- ./workshop
+ run: |
+ npx --yes epicshop@latest add ${{ github.event.repository.name }} ./workshop
+ 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