Skip to content

Bump rollup from 2.79.1 to 4.32.1 #55

Bump rollup from 2.79.1 to 4.32.1

Bump rollup from 2.79.1 to 4.32.1 #55

Workflow file for this run

name: 'Build'
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
name: "Build Plugin"
runs-on: ubuntu-latest
steps:
- name: "Repository checkout"
uses: "actions/checkout@v4"
- name: "NPM Build"
run: |
npm install
npm run buildgithub