Skip to content

Bump @types/react from 18.3.2 to 18.3.3 #285

Bump @types/react from 18.3.2 to 18.3.3

Bump @types/react from 18.3.2 to 18.3.3 #285

Workflow file for this run

name: Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
- name: Install
run: npm ci
- name: Build
run: |
npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main' && github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build