Skip to content

Commit

Permalink
chore: fix CI due to ESM migration
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Oct 2, 2023
1 parent 5d165a4 commit 8bcd804
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
# Check version consistency and increment pre-release version number for beta only.
name: Bump pre-release version
if: env.RELEASE_TAG == 'beta'
run: node ./.github/scripts/before-beta-release.js
run: node ./.github/scripts/before-beta-release.cjs
-
name: Install Dependencies
run: npm install
Expand Down

0 comments on commit 8bcd804

Please sign in to comment.