Skip to content

build(deps): bump @rollup/plugin-commonjs from 18.1.0 to 28.0.1 #166

build(deps): bump @rollup/plugin-commonjs from 18.1.0 to 28.0.1

build(deps): bump @rollup/plugin-commonjs from 18.1.0 to 28.0.1 #166

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