Skip to content

Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 8.0.1 to 8.0.2 #299

Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 8.0.1 to 8.0.2

Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 8.0.1 to 8.0.2 #299

Workflow file for this run

name: Test Workflow
on:
push:
branches: [ redux ]
pull_request:
branches: [ redux ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
8.0.x
- name: Setup Node 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- name: npm install
run: npm install
working-directory: Wabbajack.Web
- name: Build
run: dotnet build