From d472888bf045cc60567c754f93189e20ccab7b59 Mon Sep 17 00:00:00 2001 From: Exequiel Arona Date: Sat, 17 Jan 2026 17:06:16 -0300 Subject: [PATCH] ci: fix generate POT workflow --- .github/workflows/generate-pot-file.yml | 5 +++++ 1 file changed, 5 insertions(+) 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