Skip to content

Bump @types/react from 18.2.15 to 18.2.39 (#151) #412

Bump @types/react from 18.2.15 to 18.2.39 (#151)

Bump @types/react from 18.2.15 to 18.2.39 (#151) #412

Workflow file for this run

name: Build and test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --frozen-lockfile
- run: yarn tsc -p tsconfig.server.json --noEmit
- run: yarn test
- run: yarn build:client
- run: yarn build:server
- run: yarn test:boot