Skip to content

Commit

Permalink
allow node to fetch from https urls
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkrives committed May 22, 2024
1 parent 1c380a7 commit 8396ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Massage the data into a consistent format
shell: bash
run: >
node --experimental-default-type=module <<EOF
node --experimental-default-type=module --experimental-network-imports <<EOF
import fs from 'node:fs/promises';
import path from 'node:path';
Expand Down

0 comments on commit 8396ea9

Please sign in to comment.