Skip to content

Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /typescript #152

Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /typescript

Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 in /typescript #152

Workflow file for this run

name: Npm
permissions:
contents: read
actions: write
on:
push:
branches:
- "**"
paths:
- "typescript/**"
workflow_dispatch:
inputs: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 22.x
- name: Yarn install
working-directory: typescript
run: corepack yarn install
- name: Test
working-directory: typescript
run: corepack yarn jest