mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
ci: fix generate POT workflow
This commit is contained in:
5
.github/workflows/generate-pot-file.yml
vendored
5
.github/workflows/generate-pot-file.yml
vendored
@@ -30,6 +30,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.14"
|
python-version: "3.14"
|
||||||
|
|
||||||
|
- name: Setup Node
|
||||||
|
uses: actions/setup-node@v6
|
||||||
|
with:
|
||||||
|
node-version: 24
|
||||||
|
|
||||||
- name: Run script to update POT file
|
- name: Run script to update POT file
|
||||||
run: |
|
run: |
|
||||||
bash ${GITHUB_WORKSPACE}/.github/helper/update_pot_file.sh
|
bash ${GITHUB_WORKSPACE}/.github/helper/update_pot_file.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user