update node v

This commit is contained in:
tidusjar 2022-11-30 21:43:07 +00:00
commit 4a91b89c8c
6 changed files with 1936 additions and 1435 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

1
.gitignore vendored
View file

@ -252,3 +252,4 @@ _Pvt_Extensions
/src/Ombi/healthchecksdb
/src/Ombi/ClientApp/package-lock.json
/src/Ombi.Core/Properties/launchSettings.json
.yarn

1
tests/.yarnrc.yml Normal file
View file

@ -0,0 +1 @@
nodeLinker: node-modules

File diff suppressed because it is too large Load diff