Skip to content

Commit

Permalink
ci: change from cjs to mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed Dec 22, 2024
1 parent fb3c16a commit 553b9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-rpl-cralwer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
cache: 'pnpm'
- run: pnpm install
- run: npx nx run @mach/rpl-crawler-cli:pack
- run: node apps/rpl-crawler-cli/dist/index.mjs ${RPL_DATE:-$(date +"%Y-%m-%d")}
- run: node apps/rpl-crawler-cli/dist ${RPL_DATE:-$(date +"%Y-%m-%d")}
env:
TURSO_CONNECTION_URL: ${{ secrets.turso_connection_url_production }}
TURSO_AUTH_TOKEN: ${{ secrets.turso_auth_token_production }}
Expand Down

0 comments on commit 553b9ed

Please sign in to comment.