Skip to content

🚨 [security] Update rollup 2.38.5 → 4.22.4 (major) #742

🚨 [security] Update rollup 2.38.5 → 4.22.4 (major)

🚨 [security] Update rollup 2.38.5 → 4.22.4 (major) #742

Workflow file for this run

name: Node CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 15.x
- name: Install Dependencies
run: npm ci
- name: Build project
run: npm run build
- name: Test
run: npm test
env:
CI: true