Skip to content

Bump @types/react from 18.2.61 to 18.2.74 #438

Bump @types/react from 18.2.61 to 18.2.74

Bump @types/react from 18.2.61 to 18.2.74 #438

Workflow file for this run

name: 'Build'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: yarn install
- run: yarn build
- uses: zcong1993/setup-timezone@master
with:
timezone: Europe/Brussels
- run: yarn test