Skip to content

Bump better-sqlite3 from 11.6.0 to 11.7.2 #537

Bump better-sqlite3 from 11.6.0 to 11.7.2

Bump better-sqlite3 from 11.6.0 to 11.7.2 #537

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
persist-credentials: false
- name: Install Node.js
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
with:
node-version: 20.x
- name: Install dependencies
# --build-from-source is used to work around npm being an awful piece of software
# https://github.com/npm/cli/issues/4828
# https://sharp.pixelplumbing.com/install#building-from-source
run: npm install --build-from-source
- name: Run tests
run: npm test