Skip to content

Bump glob from 10.4.5 to 11.0.0 #88

Bump glob from 10.4.5 to 11.0.0

Bump glob from 10.4.5 to 11.0.0 #88

Workflow file for this run

name: Test
on:
pull_request:
jobs:
CI:
name: TEST
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@main
- name: Set up Node.js
uses: actions/setup-node@main
with:
node-version: 20
- run: npm install
- run: npm test