Skip to content

Bump brace-expansion from 1.1.12 to 1.1.13 #977

Bump brace-expansion from 1.1.12 to 1.1.13

Bump brace-expansion from 1.1.12 to 1.1.13 #977

Workflow file for this run

name: CI
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: package.json
cache: npm
- run: npm ci
- run: npm run check