Skip to content

Updated to version 2.4.0 (#7) #7

Updated to version 2.4.0 (#7)

Updated to version 2.4.0 (#7) #7

Workflow file for this run

name: Tests
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install -r
- run: pnpm test