Skip to content

Migrate ReactDOM.render to createRoot #455

Migrate ReactDOM.render to createRoot

Migrate ReactDOM.render to createRoot #455

Workflow file for this run

name: Deploy
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20.x'
- run: npm ci
- run: npm run build
- run: npm i [email protected]
- run: CF_ACCOUNT_ID=${{ secrets.CF_ACCOUNT_ID }} CF_ZONE_ID=${{ secrets.CF_ZONE_ID }} CF_API_TOKEN=${{ secrets.CF_API_TOKEN }} npx wrangler publish