Skip to content

build: bump rollup from 3.25.3 to 3.29.5 #495

build: bump rollup from 3.25.3 to 3.29.5

build: bump rollup from 3.25.3 to 3.29.5 #495

Workflow file for this run

name: Code Quality Checks
on:
push:
branches:
- master
# Run on any pull request
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup NodeJS
uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run lint