Skip to content

Bump rollup from 3.29.4 to 4.9.5 #169

Bump rollup from 3.29.4 to 4.9.5

Bump rollup from 3.29.4 to 4.9.5 #169

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
test:
name: Automated Tests
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install NodeJS
uses: actions/[email protected]
with:
node-version: 14.x
- name: Install Dependencies
run: npm install
- name: Execute Tests
run: npm test
- name: Upload Coverage Report
run: npm run codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}