Skip to content

chore(deps): bump rollup from 2.79.1 to 2.79.2 #26

chore(deps): bump rollup from 2.79.1 to 2.79.2

chore(deps): bump rollup from 2.79.1 to 2.79.2 #26

Workflow file for this run

name: CI Test
on:
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "lts/*"
cache: "yarn"
- name: Run tests
run: |
yarn
yarn test