Skip to content

Bump braces from 3.0.2 to 3.0.3 (#131) #413

Bump braces from 3.0.2 to 3.0.3 (#131)

Bump braces from 3.0.2 to 3.0.3 (#131) #413

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "20"
- run: echo "./node_modules/.bin" >> $GITHUB_PATH
- run: make setup
- run: xvfb-run -a make test-ci