Skip to content

chore(deps-dev): bump @types/better-sqlite3 from 7.6.10 to 7.6.11 #279

chore(deps-dev): bump @types/better-sqlite3 from 7.6.10 to 7.6.11

chore(deps-dev): bump @types/better-sqlite3 from 7.6.10 to 7.6.11 #279

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- uses: actions/checkout@v4
- run: corepack enable
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: pnpm build