Skip to content

Bump the npm_and_yarn group across 2 directories with 11 updates #887

Bump the npm_and_yarn group across 2 directories with 11 updates

Bump the npm_and_yarn group across 2 directories with 11 updates #887

Workflow file for this run

name: PR-Validation
on: [pull_request]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Github Action'
uses: actions/checkout@v3
- name: Set up .NET Core
uses: actions/setup-dotnet@v2
with:
dotnet-version: '5.0.x'
- name: Setup Node
uses: actions/setup-node@v3.8.1
with:
node-version: 10.16.3
- name: Install dependencies in client app
working-directory: ch9_release/src/Tailwind.Traders.Web/ClientApp
run: npm install
- name: Build and publish with dotnet
working-directory: ch9_release/src/Tailwind.Traders.Web
run: |
dotnet build --configuration Release