Skip to content

Bump @vitejs/plugin-react from 4.7.0 to 5.0.2 #213

Bump @vitejs/plugin-react from 4.7.0 to 5.0.2

Bump @vitejs/plugin-react from 4.7.0 to 5.0.2 #213

Workflow file for this run

name: foundry
on:
push:
branches:
- main
tags:
- "*"
pull_request:
env:
FOUNDRY_PROFILE: ci
jobs:
forge:
strategy:
fail-fast: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: Run Forge build
run: |
forge --version
forge soldeer update
forge build --sizes
id: build