Skip to content

build(deps-dev): bump braces from 3.0.2 to 3.0.3 #86

build(deps-dev): bump braces from 3.0.2 to 3.0.3

build(deps-dev): bump braces from 3.0.2 to 3.0.3 #86

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 16
- 18
- 20
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: git fetch --prune
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test
- name: Build all
run: npx wsrun -y 10 -lm --report -c prepack
if: github.ref == 'refs/heads/master'
- name: Build changed
run: npx wsrun --changedSince origin/master -y 10 -lm --report -c prepack
if: github.ref != 'refs/heads/master'
- name: Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
check-deps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: .github/check-deps.sh