Skip to content

chore(deps-dev): bump glob from 10.3.15 to 11.0.0 #56

chore(deps-dev): bump glob from 10.3.15 to 11.0.0

chore(deps-dev): bump glob from 10.3.15 to 11.0.0 #56

Workflow file for this run

name: Node.js CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test
env:
CI: true