Skip to content

Bump glob from 10.3.12 to 10.3.15 #44

Bump glob from 10.3.12 to 10.3.15

Bump glob from 10.3.12 to 10.3.15 #44

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm install
- run: npm test