Skip to content

Bump rollup from 1.32.1 to 2.79.2 (#658) #806

Bump rollup from 1.32.1 to 2.79.2 (#658)

Bump rollup from 1.32.1 to 2.79.2 (#658) #806

Workflow file for this run

name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20.x
- run: yarn install --frozen-lockfile
- run: yarn run lint
- run: yarn run typecheck
- run: yarn run test:unit
- run: yarn run build && yarn run test:package-types
- run: yarn run test:types