Skip to content

Update non-platform dependencies to most modern possible #20

Update non-platform dependencies to most modern possible

Update non-platform dependencies to most modern possible #20

Workflow file for this run

name: CI Test
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "lts/*"
cache: "yarn"
- name: Run tests
run: |
yarn
yarn test