Skip to content

Bump braces from 3.0.2 to 3.0.3 #6

Bump braces from 3.0.2 to 3.0.3

Bump braces from 3.0.2 to 3.0.3 #6

Workflow file for this run

name: test
on: [push]
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use node ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm ci
- name: Test
run: npm test