Skip to content

Bump braces from 3.0.2 to 3.0.3 #55

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #55

Workflow file for this run

name: Test
on:
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "npm"
- run: npm install
- run: npm run test
env:
CI: true