Skip to content

Commit 417909b

Browse files
committed
๐Ÿ› ์›Œํฌํ”Œ๋กœ์šฐ ์ˆ˜์ •
1 parent ac3aae5 commit 417909b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

โ€Ž.github/workflows/process-images.yamlโ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424
restore-keys: |
2525
${{ runner.os }}-primes-
2626
- name: Install dependencies
27-
if: steps.cache.outputs.cache-hit != 'true'
2827
run: npm ci
2928
- name: Build TypeScript
3029
run: |
31-
npx tsc ./scripts/action-process-images.ts --outDir ./dist --esModuleInterop --target ES2021 --jsx react --skipLibCheck
30+
npx tsc ./scripts/action-process-images.ts --outDir ./dist --esModuleInterop --target ES2021 --jsx react --skipLibCheck --module NodeNext --moduleResolution NodeNext
3231
- name: โœง Process images and Report results
3332
run: node ./dist/action-process-images.js
3433
env:

0 commit comments

Comments
ย (0)