Skip to content

Bump rollup from 1.32.1 to 3.29.5 #14

Bump rollup from 1.32.1 to 3.29.5

Bump rollup from 1.32.1 to 3.29.5 #14

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: yarn install
- name: Run Unit Tests
run: yarn prettier --check .
- name: Run TypeScript check
run: yarn tsc --noEmit
- name: Run Unit Tests
run: yarn test