diff --git a/.github/workflows/generate-pot-file.yml b/.github/workflows/generate-pot-file.yml index 134d43ad1f0..ede3b54fd97 100644 --- a/.github/workflows/generate-pot-file.yml +++ b/.github/workflows/generate-pot-file.yml @@ -30,6 +30,11 @@ jobs: with: python-version: "3.14" + - name: Setup Node + uses: actions/setup-node@v6 + with: + node-version: 24 + - name: Run script to update POT file run: | bash ${GITHUB_WORKSPACE}/.github/helper/update_pot_file.sh