Skip to content

Bump glob-parent from 5.1.1 to 5.1.2 #5

Bump glob-parent from 5.1.1 to 5.1.2

Bump glob-parent from 5.1.1 to 5.1.2 #5

Workflow file for this run

name: Node CI
on: [pull_request]
jobs:
build:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Node JS
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Test
run: yarn test