Skip to content

build(deps): bump rollup from 3.29.4 to 3.29.5 #73

build(deps): bump rollup from 3.29.4 to 3.29.5

build(deps): bump rollup from 3.29.4 to 3.29.5 #73

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
node-version:
- 14
steps:
- uses: codecov/[email protected]
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install all dependencies
run: npm install
- name: Run tests
run: npm test
- name: Codecov
uses: codecov/[email protected]