Removed the deprecated tasks.

feature/dockerized-app
Ruslan Baidan 2022-10-05 15:23:04 +02:00 committed by GitHub
parent 7b78f2a0b0
commit 922c0b3d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -48,16 +48,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: |
npm install
head node_modules/ng_client/src/ClientApp.js
- name: Install ng-anr dependencies
run: |
npm install
working-directory: node_modules/ng_anr/
- name: Install ng-client dependencies
run: |
npm install