feat: Angular 15 and Dependency upgrades (#4818)

This commit is contained in:
Jamie 2022-12-01 14:13:09 +00:00 committed by GitHub
commit 4816acf6f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
65 changed files with 18436 additions and 16074 deletions

View file

@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: NodeModules Cache
uses: actions/cache@v2

View file

@ -22,7 +22,7 @@ jobs:
dotnet-version: 6.0.x
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- uses: actions/cache@v2
with:
@ -43,6 +43,9 @@ jobs:
- name: Run Docker Image
run: nohup docker run --rm -p 5000:5000 ombi &
# - name: Run Wiremock Plex
# run: nohup docker run -it --rm -p 8080:8080 --name wiremock wiremock/wiremock:2.35.0
- name: Sleep for server to start
run: sleep 20

View file

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- name: NodeModules Cache
uses: actions/cache@v2