Skip to content

chore(deps): bump glob from 8.1.0 to 10.3.12 #175

chore(deps): bump glob from 8.1.0 to 10.3.12

chore(deps): bump glob from 8.1.0 to 10.3.12 #175

Workflow file for this run

on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Initialize project
run: |
npm ci
- name: Build
run: |
npm run build
- name: Test
run: |
npm run test