Skip to content

Bump @types/react from 18.0.28 to 18.2.21 #468

Bump @types/react from 18.0.28 to 18.2.21

Bump @types/react from 18.0.28 to 18.2.21 #468

Workflow file for this run

name: End-to-end tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Checkout
uses: actions/checkout@v3
- name: Run yarn install
run: yarn install
- name: Start server
run: yarn run dev &
- name: Install browsers
run: yarn playwright install
- name: Run tests
run: yarn test