Skip to content

Bump braces from 3.0.2 to 3.0.3 #260

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #260

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: xvfb-run -a npm test
if: runner.os == 'Linux'
- run: npm test
if: runner.os != 'Linux'