Skip to content

Commit

Permalink
GH Action: Use the mjs extension to be in ES module mode
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed May 22, 2024
1 parent 4194855 commit ac91ffa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/score-triaged-defects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 20
- run: npm install @octokit/action
- run: node .github/actions/score-triaged-defects.js
- run: node .github/actions/score-triaged-defects.mjs
env:
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
REPO_OWNER: element-hq
Expand All @@ -32,7 +32,7 @@ jobs:
with:
node-version: 20
- run: npm install @octokit/action
- run: node .github/actions/score-triaged-defects.js
- run: node .github/actions/score-triaged-defects.mjs
env:
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
REPO_OWNER: element-hq
Expand All @@ -49,7 +49,7 @@ jobs:
with:
node-version: 20
- run: npm install @octokit/action
- run: node .github/actions/score-triaged-defects.js
- run: node .github/actions/score-triaged-defects.mjs
env:
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
REPO_OWNER: element-hq
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x-plorers-epic-forwarding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
node-version: 18
- run: npm install @octokit/action
- run: node .github/actions/forward-project-field.js
- run: node .github/actions/forward-project-field.mjs
env:
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
REPO_OWNER: ${{ github.event.repository.owner.login }}
Expand Down

0 comments on commit ac91ffa

Please sign in to comment.