Skip to content

Bump @rollup/plugin-node-resolve from 15.2.3 to 15.3.0 #42

Bump @rollup/plugin-node-resolve from 15.2.3 to 15.3.0

Bump @rollup/plugin-node-resolve from 15.2.3 to 15.3.0 #42

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