Skip to content

fix(deps): update dependency uuid to v11 #59

fix(deps): update dependency uuid to v11

fix(deps): update dependency uuid to v11 #59

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test-ci:
name: test-ci
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 9.0.6
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- run: pnpm install
- run: pnpm lint