Skip to content

Update dependency react-router-dom to v6.23.1 #21750

Update dependency react-router-dom to v6.23.1

Update dependency react-router-dom to v6.23.1 #21750

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.x'
- name: Build with dotnet
run: dotnet build CardHero.sln --configuration Release
- name: Setup Node.js for use with actions
uses: actions/setup-node@v3.6.0
with:
node-version: '16.x'
- run: |
cd apps/CardHero.Frontend.React
yarn install --frozen-lockfile
npm run build:prod