Skip to content

Bump the npm_and_yarn group with 3 updates #134

Bump the npm_and_yarn group with 3 updates

Bump the npm_and_yarn group with 3 updates #134

Workflow file for this run

name: Unit Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install PNPM
uses: pnpm/action-setup@v4
with:
version: 9
- name: Install dependencies
run: pnpm install
- name: Unit Test
run: pnpm run test