Skip to content

Bump rollup from 4.21.0 to 4.21.2 #123

Bump rollup from 4.21.0 to 4.21.2

Bump rollup from 4.21.0 to 4.21.2 #123

Workflow file for this run

name: Unit tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Run all tests
run: |
npm install --legacy-peer-deps
npm run test