Skip to content

Bump braces from 3.0.2 to 3.0.3 #52

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #52

Workflow file for this run

name: Test Coveralls
on: ["push", "pull_request"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Coverage
run: |
npm ci
npm run coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}