Skip to content

chore(deps): bump better-sqlite3 from 11.1.2 to 11.3.0 #24

chore(deps): bump better-sqlite3 from 11.1.2 to 11.3.0

chore(deps): bump better-sqlite3 from 11.1.2 to 11.3.0 #24

Workflow file for this run

name: Yarn Install
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
install-packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: echo $(node --version)
- run: echo $(yarn --version)
- name: Install Packages 🔧
run: yarn --frozen-lockfile