MOBILE-3792 github: Update npm to 7 on github actions
This commit is contained in:
parent
bfb949c959
commit
d4a6bc0f72
6
.github/workflows/testing.yml
vendored
6
.github/workflows/testing.yml
vendored
@ -12,9 +12,11 @@ jobs:
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: '12.x'
|
||||
node-version: '12'
|
||||
- name: Install npm packages
|
||||
run: npm ci
|
||||
run: |
|
||||
npm install -g npm@7
|
||||
npm ci --no-audit
|
||||
- name: Check langindex
|
||||
run: |
|
||||
result=$(cat scripts/langindex.json | grep \"TBD\" | wc -l); test $result -eq 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user