Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

🚨 [security] Update rollup 2.38.5 → 2.79.2 (minor) #743

🚨 [security] Update rollup 2.38.5 → 2.79.2 (minor)

🚨 [security] Update rollup 2.38.5 → 2.79.2 (minor) #743

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