Skip to content

Bump rollup from 2.79.1 to 3.29.5 #615

Bump rollup from 2.79.1 to 3.29.5

Bump rollup from 2.79.1 to 3.29.5 #615

Workflow file for this run

name: Lint
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
Lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint