chore: Update npm dependencies and remove unnecessary npm install commands

This commit is contained in:
Simon Larsen 2024-08-05 13:15:36 -06:00
parent c4611848e3
commit 9ec136bf78
No known key found for this signature in database
GPG Key ID: 96C5DCA24769DBCA
4 changed files with 2 additions and 7 deletions

View File

@ -18,7 +18,6 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonServer && npm install
- run: cd CommonServer && bash test-setup.sh
- run: export $(grep -v '^#' config.env | xargs) && cd CommonServer && rm -rf build && npm run test

View File

@ -16,7 +16,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18.3.0
- run: cd Model && npm install
node-version: 18.3.0
- run: cd Common && npm install && npm run test

View File

@ -18,6 +18,5 @@ jobs:
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd CommonUI && npm install --force && npm run test

View File

@ -17,7 +17,5 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 18.3.0
- run: cd Common && npm install
- run: cd Model && npm install
- run: cd Model && npm install && npm run test
- run: cd Common && npm install && npm run test