Skip to content

build(deps): bump @rollup/plugin-json from 4.1.0 to 6.1.0 #162

build(deps): bump @rollup/plugin-json from 4.1.0 to 6.1.0

build(deps): bump @rollup/plugin-json from 4.1.0 to 6.1.0 #162

Workflow file for this run

name: tests
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install dependencies
run: yarn install --frozen-lockfile
- run: yarn test