Skip to content

Bump braces from 3.0.2 to 3.0.3 #26

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #26

Workflow file for this run

name: NodeJS
on: [push, pull_request]
jobs:
test:
name: Run tests
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-latest]
node: [18, 20, 22]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: yarn
- run: yarn install
- run: yarn test