Skip to content

Bump @types/react from 18.2.64 to 18.2.66 #46

Bump @types/react from 18.2.64 to 18.2.66

Bump @types/react from 18.2.64 to 18.2.66 #46

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
concurrency: build
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up NodeJS
uses: actions/setup-node@v4.0.2
with:
node-version: '20'
- name: Test
run: |
npm install
npm run build:test
npm run test --passWithNoTests -- --watchAll=false