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