Skip to content

chore(deps-dev): bump brace-expansion from 5.0.3 to 5.0.6 #289

chore(deps-dev): bump brace-expansion from 5.0.3 to 5.0.6

chore(deps-dev): bump brace-expansion from 5.0.3 to 5.0.6 #289

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- master
pull_request:
jobs:
nodejs:
# Documentation: https://github.com/zakodium/workflows#nodejs-ci
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
with:
lint-check-types: false
disable-test-package: true
upload-coverage: false
node-version-matrix: '[24]'
build:
name: Test build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: '24.x'
- name: Install dependencies
run: npm ci
- name: Build project
run: npm run build