Skip to content

Commit

Permalink
Fixes incorrect Node options for Housekeep Actions (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimaweapon authored Feb 24, 2024
1 parent 132038b commit 7ad8592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
labels: ['B-out-of-date'],
});
}
shell: node --input-type=module {0}
shell: node --experimental-default-type=module {0}

0 comments on commit 7ad8592

Please sign in to comment.