Skip to content

Bump rollup from 1.12.1 to 3.29.5 in /client #875

Bump rollup from 1.12.1 to 3.29.5 in /client

Bump rollup from 1.12.1 to 3.29.5 in /client #875

name: Complete Check
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install modules
run: yarn
- name: Run
run: yarn pr