Skip to content

Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 #135

Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1

Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 #135

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
name: 'Unit Tests'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '22.x'
- name: Install dependencies
run: npm install
- name: Build assembly
run: npm run build --if-present
- name: Run Tests
run: npm test