Skip to content

Bump braces from 3.0.2 to 3.0.3 #36

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #36

Workflow file for this run

name: ci
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ 14, 16, 18 ]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build --if-present
- run: npm test
- run: npm run coverage
- name: coverage report
uses: codecov/codecov-action@v1
env:
CI: true