Skip to content

Bump rollup from 2.79.1 to 3.29.5 #43

Bump rollup from 2.79.1 to 3.29.5

Bump rollup from 2.79.1 to 3.29.5 #43

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run test
- name: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
with:
name: JEST Tests
path: reports/junit.xml
reporter: jest-junit