Skip to content

Bump braces from 3.0.2 to 3.0.3 #142

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #142

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- uses: CultureHQ/[email protected]
- run: yarn
- run: yarn check-docs
- run: yarn check-tests
- run: yarn lint
- run: yarn test
- run: yarn build