CI/CD
This commit is contained in:
@@ -63,7 +63,7 @@ jobs:
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
apt-get install -y git nodejs npm build-essential
|
||||
apt-get install -y git
|
||||
|
||||
- name: Checkout repository
|
||||
run: |
|
||||
@@ -78,9 +78,6 @@ jobs:
|
||||
npm config set fetch-retries 5
|
||||
npm config set fetch-retry-mintimeout 20000
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm install --registry=https://package-mirror.liara.ir/repository/npm/
|
||||
|
||||
|
||||
- name: Setup SSH key
|
||||
|
||||
Reference in New Issue
Block a user