Skip to content

build(deps-dev): bump rollup from 2.79.1 to 2.79.2 #83

build(deps-dev): bump rollup from 2.79.1 to 2.79.2

build(deps-dev): bump rollup from 2.79.1 to 2.79.2 #83

Workflow file for this run

name: Automated Test
on:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: yarn
- name: Run Tests
run: yarn test