From 28a192708c743b2cc49ba6d53a23eeb9562cfdb1 Mon Sep 17 00:00:00 2001 From: Joarley Santos Date: Fri, 17 Oct 2025 16:06:47 -0400 Subject: [PATCH] Comment out npm update to version 24 Comment out npm update step in workflow. --- .github/workflows/extract-locales.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/extract-locales.yml b/.github/workflows/extract-locales.yml index 1708530e0..df1fd4f1e 100644 --- a/.github/workflows/extract-locales.yml +++ b/.github/workflows/extract-locales.yml @@ -24,8 +24,8 @@ jobs: node-version: '24' check-latest: true - - name: Update npm to v24 - run: npm install -g npm@24 + #- name: Update npm to v24 + # run: npm install -g npm@24 - name: Install dependencies run: npm ci