Skip to content

chore(deps-dev): bump glob from 10.4.5 to 10.5.0 #102

chore(deps-dev): bump glob from 10.4.5 to 10.5.0

chore(deps-dev): bump glob from 10.4.5 to 10.5.0 #102

Workflow file for this run

name: Tests
on: push
jobs:
lint:
name: Run tests
runs-on: ubuntu-latest
container: "node:18-alpine"
steps:
- uses: actions/checkout@v1
- run: npm ci
- run: npm test