Skip to content

👷 update the versions of CI #27

👷 update the versions of CI

👷 update the versions of CI #27

Workflow file for this run

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