Skip to content

Commit

Permalink
ci: es module fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieluna committed Dec 26, 2024
1 parent da69a4d commit 4234b04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
FILE_FORMAT: json
GITHUB_REF_NAME: ${{ github.ref_name }}
run: |
node --input-type=module .github/workflows/lokalise_download.js
node .github/workflows/lokalise_download.mjs
- name: convert json to utf-16-le-bom txt
run: |
Expand Down
File renamed without changes.

0 comments on commit 4234b04

Please sign in to comment.