Skip to content

build(deps): bump braces from 3.0.2 to 3.0.3 #26

build(deps): bump braces from 3.0.2 to 3.0.3

build(deps): bump braces from 3.0.2 to 3.0.3 #26

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: macos-latest
name: Test
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm ci
if: steps.node-cache.outputs.cache-hit != 'true'
- name: Run tests
run: npm test