Skip to content

Bump rollup from 3.9.0 to 3.29.5 (#5) #13

Bump rollup from 3.9.0 to 3.29.5 (#5)

Bump rollup from 3.9.0 to 3.29.5 (#5) #13

Workflow file for this run

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