We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac3aae5 commit 417909bCopy full SHA for 417909b
1 file changed
โ.github/workflows/process-images.yamlโ
@@ -24,11 +24,10 @@ jobs:
24
restore-keys: |
25
${{ runner.os }}-primes-
26
- name: Install dependencies
27
- if: steps.cache.outputs.cache-hit != 'true'
28
run: npm ci
29
- name: Build TypeScript
30
run: |
31
- npx tsc ./scripts/action-process-images.ts --outDir ./dist --esModuleInterop --target ES2021 --jsx react --skipLibCheck
+ npx tsc ./scripts/action-process-images.ts --outDir ./dist --esModuleInterop --target ES2021 --jsx react --skipLibCheck --module NodeNext --moduleResolution NodeNext
32
- name: โง Process images and Report results
33
run: node ./dist/action-process-images.js
34
env:
0 commit comments