Skip to content

chore(deps): bump rollup from 4.9.1 to 4.22.4 #175

chore(deps): bump rollup from 4.9.1 to 4.22.4

chore(deps): bump rollup from 4.9.1 to 4.22.4 #175

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
env:
CI: true
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
node: [ 18, 20 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: yarn
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Test
run: yarn test