Skip to content

Bump glob from 11.0.1 to 11.1.0 #299

Bump glob from 11.0.1 to 11.1.0

Bump glob from 11.0.1 to 11.1.0 #299

Workflow file for this run

---
name: Node CI
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: install, lint, and check types
run: |
npm install
npm run lint
npm run check-types