mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
chore: Update npm dependencies and remove unnecessary npm install commands
This commit is contained in:
parent
c4611848e3
commit
9ec136bf78
1
.github/workflows/test.common-server.yaml
vendored
1
.github/workflows/test.common-server.yaml
vendored
@ -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
|
3
.github/workflows/test.common.yaml
vendored
3
.github/workflows/test.common.yaml
vendored
@ -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
|
||||
|
1
.github/workflows/test.commonui.yaml
vendored
1
.github/workflows/test.commonui.yaml
vendored
@ -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
|
||||
|
4
.github/workflows/test.model.yaml
vendored
4
.github/workflows/test.model.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user