Skip to content

build(deps-dev): bump picomatch from 2.3.1 to 2.3.2 (#15) #22

build(deps-dev): bump picomatch from 2.3.1 to 2.3.2 (#15)

build(deps-dev): bump picomatch from 2.3.1 to 2.3.2 (#15) #22

Workflow file for this run

name: test
on:
push:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: 'lts/*'
- run: npm ci
- run: npm run build
- run: npm run test