Skip to content

Update dependency rollup to v2.79.2 [SECURITY] #445

Update dependency rollup to v2.79.2 [SECURITY]

Update dependency rollup to v2.79.2 [SECURITY] #445

Workflow file for this run

name: Unit Tests
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: yarn install; yarn test