NTP-25387 | Range Error crash fix | Move back to NPM (#14498)
This commit is contained in:
committed by
GitHub
parent
cbacc25e02
commit
53948166b5
4
.github/workflows/rn_nexus_upload.yml
vendored
4
.github/workflows/rn_nexus_upload.yml
vendored
@@ -24,10 +24,8 @@ jobs:
|
||||
node-version: 18.18.0
|
||||
- name: Clean NPM Modules
|
||||
run: npm cache clean --force
|
||||
- name: Install yarn
|
||||
run: npm install --global yarn
|
||||
- name: Install Node Modules
|
||||
run: yarn install
|
||||
run: npm install
|
||||
- name: Get Version from package.json
|
||||
id: get-version
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user