Skip to content

chore(deps): bump rollup from 4.14.0 to 4.22.4 (#81) #190

chore(deps): bump rollup from 4.14.0 to 4.22.4 (#81)

chore(deps): bump rollup from 4.14.0 to 4.22.4 (#81) #190

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 18
- 20
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test