Skip to content

Bump rollup from 1.32.1 to 3.29.5 #236

Bump rollup from 1.32.1 to 3.29.5

Bump rollup from 1.32.1 to 3.29.5 #236

Workflow file for this run

name: PR gate workflow
on:
pull_request:
branches:
- master
jobs:
pr-gate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16.15.0
cache: "npm"
- run: npm ci
- run: npm run lint
- run: npm run type-check
- run: npm test
- run: npm run build