Skip to content

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#29) #42

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#29)

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#29) #42

Workflow file for this run

on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
name: CI Tests
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm install
- run: npm test