Skip to content

Update React and its types #605

Update React and its types

Update React and its types #605

Workflow file for this run

name: CI Frontend
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
cache-dependency-path: frontend/yarn.lock
- run: yarn
- run: yarn run tsc