Skip to content

build(deps-dev): bump rollup from 2.70.1 to 4.22.4 #301

build(deps-dev): bump rollup from 2.70.1 to 4.22.4

build(deps-dev): bump rollup from 2.70.1 to 4.22.4 #301

Workflow file for this run

name: ci / lint
on:
pull_request:
types:
- opened
- reopened
- synchronize
push:
branches:
- main
jobs:
all:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: npm install -g yarn && yarn install --immutable
- run: yarn run lint