Skip to content

Merge pull request #21 from markerikson/feature/react-18.3.1 #43

Merge pull request #21 from markerikson/feature/react-18.3.1

Merge pull request #21 from markerikson/feature/react-18.3.1 #43

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '20'
- run: yarn install --frozen-lockfile
- run: yarn test