Skip to content

build(deps-dev): bump picomatch from 2.3.0 to 2.3.2 #24

build(deps-dev): bump picomatch from 2.3.0 to 2.3.2

build(deps-dev): bump picomatch from 2.3.0 to 2.3.2 #24

Workflow file for this run

name: Run Tests on PR
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 24
- name: Install dependencies
run: npm install
- name: Run tests
run: npm test