Skip to content

Bump react-live from 2.2.2 to 4.1.7 #2025

Bump react-live from 2.2.2 to 4.1.7

Bump react-live from 2.2.2 to 4.1.7 #2025

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
name: CI
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint -ws --if-present
- name: Test
run: npm run test -ws --if-present