Skip to content

chore(deps-dev): bump json5 from 2.2.0 to 2.2.3 (#52) #140

chore(deps-dev): bump json5 from 2.2.0 to 2.2.3 (#52)

chore(deps-dev): bump json5 from 2.2.0 to 2.2.3 (#52) #140

Workflow file for this run

name: Test
on:
push:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'LICENSE'
- '.editorconfig'
branches:
- main
- master
pull_request:
paths-ignore:
- 'docs/**'
- 'README.md'
- 'LICENSE'
- '.editorconfig'
branches:
- main
- master
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
node: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- name: Install modules
run: yarn
- name: Run build
run: yarn build
- name: Run tests
run: yarn test