Skip to content

chore(deps): bump json5 from 1.0.1 to 1.0.2 (#37) #87

chore(deps): bump json5 from 1.0.1 to 1.0.2 (#37)

chore(deps): bump json5 from 1.0.1 to 1.0.2 (#37) #87

Workflow file for this run

name: test
on: [push]
jobs:
build:
name: Node.js ${{ matrix.os }} ${{ matrix.node-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm ci, and npm test
run: |
npm ci
npm test
env:
CI: true