Skip to content

Commit

Permalink
Use node
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-yeager committed Nov 26, 2024
1 parent 804b9dd commit 65a1e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unreleaseChangesCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Fetch all the release tags
fetch-tags: true
- name: Check for unreleased changes
run: ./scripts/github/unreleasedChanges.js
run: node scripts/github/unreleasedChanges.js
- name: Unreleased changes Slack Report
uses: ravsamhq/notify-slack-action@v2
if: ${{ env.LOG != '' }} # Only post if there is a log
Expand Down

0 comments on commit 65a1e3d

Please sign in to comment.