Skip to content

Bump rollup from 2.79.1 to 2.79.2 #73

Bump rollup from 2.79.1 to 2.79.2

Bump rollup from 2.79.1 to 2.79.2 #73

Workflow file for this run

name: Test
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run : npm i
shell: bash
- run : npm ci
shell: bash
- run : npm run build
shell: bash