We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35cee0e commit 3f7d829Copy full SHA for 3f7d829
1 file changed
.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