Skip to content

Update material-ui monorepo to v6 #2239

Update material-ui monorepo to v6

Update material-ui monorepo to v6 #2239

name: Firebase Hosting部分の確認
on: [push]
jobs:
check_firebase_hosting:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
node-version: '20'
- run: npm install
- run: npm run-script build
- run: npm test