Skip to content

Bump @types/react from 18.2.20 to 18.2.58 #505

Bump @types/react from 18.2.20 to 18.2.58

Bump @types/react from 18.2.20 to 18.2.58 #505

Workflow file for this run

name: CD
on:
push:
branches:
- master
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v2
with:
node-version: lts/*
- run: npm ci
- run: npm run build
- uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist