Skip to content

ci: update github actions #2

ci: update github actions

ci: update github actions #2

Workflow file for this run

name: 'Run Test'
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn
- name: Run Test
run: yarn test