upgrade npm pt 2

This commit is contained in:
alexkar598
2021-10-26 22:04:04 -04:00
committed by GitHub
parent 418a67bc15
commit a72c0f2f39
+15
View File
@@ -115,6 +115,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Upgrade NPM
run: npm install -g npm
- name: Build Docker Image
run: docker build . -f build/Dockerfile
@@ -130,6 +133,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Upgrade NPM
run: npm install -g npm
- name: Setup dotnet
uses: actions/setup-dotnet@v1
@@ -165,6 +171,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Upgrade NPM
run: npm install -g npm
- name: Clean package cache as a temporary workaround for actions/setup-dotnet#155
run: dotnet clean && dotnet nuget locals all --clear
@@ -197,6 +206,9 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: ${{ env.TGS_DOTNET_VERSION }}
- name: Upgrade NPM
run: npm install -g npm
- name: Set General__UseBasicWatchdog
if: ${{ matrix.watchdog-type == 'Basic' }}
@@ -321,6 +333,9 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Upgrade NPM
run: npm install -g npm
- name: Setup dotnet
uses: actions/setup-dotnet@v1