Skip to content

Bump braces from 3.0.2 to 3.0.3 (#4) #9

Bump braces from 3.0.2 to 3.0.3 (#4)

Bump braces from 3.0.2 to 3.0.3 (#4) #9

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
strategy:
matrix:
version: [14, 16, 18, 19]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.version }}
- run: npm install
- run: npm test