Skip to content

Bump braces from 3.0.2 to 3.0.3 #337

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #337

Workflow file for this run

name: Node CI
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 20.x
- run: npm ci
- run: npm test
- name: codecov
run: npx codecov