Skip to content

fix(deps): update dependency glob to v10.3.12 #166

fix(deps): update dependency glob to v10.3.12

fix(deps): update dependency glob to v10.3.12 #166

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
uses: bahmutov/npm-install@3da6b44b121fcdcb64528100e3dcfaffb39159e5 # v1.8.40
with:
install-command: npm ci --foreground-scripts
- name: Lint
run: npm run lint
- name: Test
run: npm run coverage