Skip to content

Bump rollup from 4.9.5 to 4.30.1 #66

Bump rollup from 4.9.5 to 4.30.1

Bump rollup from 4.9.5 to 4.30.1 #66

Workflow file for this run

name: Node CI
on: [push]
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18, 20]
name: Node v${{ matrix.node }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js version
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Install dependencies
run: yarn
- name: Run lint
run: yarn lint