Skip to content

Bump braces from 3.0.2 to 3.0.3 #4

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #4

Workflow file for this run

name: win-ci
on: [push, pull_request]
jobs:
test:
runs-on: windows-latest
strategy:
matrix:
node-version: [16, 18, 20]
target: [test, stress, multi]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install packages
run: npm install
- name: Run tests
run: npm run ${{ matrix.target }}