Skip to content

Update ink, react, and @types/react to latest versions #210

Update ink, react, and @types/react to latest versions

Update ink, react, and @types/react to latest versions #210

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
- run: npm ci
- run: npm test