Skip to content

Commit

Permalink
fix module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dandlezzz committed Oct 14, 2024
1 parent 24266b5 commit 3f1deae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
PR_NUMBER: ${{ github.event.pull_request.number }}
REPO_OWNER: ${{ github.repository_owner }}
REPO_NAME: ${{ github.event.repository.name }}
run: node --experimental-modules .github/scripts/validate-and-merge.js
run: node --experimental-modules .github/scripts/validate-and-merge.mjs

0 comments on commit 3f1deae

Please sign in to comment.