Skip to content

[e18e] replace glob with tinyglobby #296

[e18e] replace glob with tinyglobby

[e18e] replace glob with tinyglobby #296

Workflow file for this run

name: CI
on:
push:
branches: [ master, 'v*' ]
pull_request:
branches: [ master, 'v*' ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [20.x, 22.x, 24.x]
steps:
- uses: actions/checkout@v6
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install
- run: pnpm run lint:js
- run: pnpm test