Skip to content

fix: bump glob from 10.3.12 to 10.4.1 #32

fix: bump glob from 10.3.12 to 10.4.1

fix: bump glob from 10.3.12 to 10.4.1 #32

Workflow file for this run

name: Lint-Test
on:
pull_request:
branches: [ "main", "dependabot-update"]
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: "npm"
- run: npm ci
- run: npm run lint
- run: npm run test:unit