Browse Source
Comment out npm update to version 24
Comment out npm update step in workflow.
pull/6029/head
Joarley Santos
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/extract-locales.yml
|
|
@ -24,8 +24,8 @@ jobs: |
|
|
node-version: '24' |
|
|
node-version: '24' |
|
|
check-latest: true |
|
|
check-latest: true |
|
|
|
|
|
|
|
|
- name: Update npm to v24 |
|
|
#- name: Update npm to v24 |
|
|
run: npm install -g npm@24 |
|
|
# run: npm install -g npm@24 |
|
|
|
|
|
|
|
|
- name: Install dependencies |
|
|
- name: Install dependencies |
|
|
run: npm ci |
|
|
run: npm ci |
|
|
|