Skip to content

build(deps): bump picomatch #16

build(deps): bump picomatch

build(deps): bump picomatch #16

Workflow file for this run

name: Tests
on:
pull_request:
paths:
- 'package*.json'
- '**/solution/*.js'
jobs:
tests:
name: Run solution tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run test -- solution