Skip to content

Bump vite from 4.5.2 to 4.5.5 in /examples/vite-react-app (#10) #31

Bump vite from 4.5.2 to 4.5.5 in /examples/vite-react-app (#10)

Bump vite from 4.5.2 to 4.5.5 in /examples/vite-react-app (#10) #31

Workflow file for this run

name: Test Workflow
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: 'https://registry.npmjs.org'
- name: Install WASM tools
run: |
dotnet workload install wasm-tools
dotnet workload install wasm-experimental
- name: Build locally
run: npm install && npm run clean && npm run build