Skip to content

Bump braces from 3.0.2 to 3.0.3 #25

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #25

Workflow file for this run

name: Test
on: [push]
jobs:
run:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install npm dependencies
run: npm ci
- name: Run tests
run: npm run test