Skip to content

Bump rollup from 3.27.0 to 4.0.0 #709

Bump rollup from 3.27.0 to 4.0.0

Bump rollup from 3.27.0 to 4.0.0 #709

Workflow file for this run

# This is a basic workflow that is manually triggered
name: Firefox, Chrome
# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
on: [push, pull_request]
jobs:
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- run: bin/setup-rabbit.sh
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
- run: npm run lint
- run: npm run build
- run: npx karma start spec/karma.conf.js --single-run --browsers=ChromeNoSandboxHeadless
- run: npx karma start spec/karma.conf.js --single-run --browsers=FirefoxHeadless
- run: npm pack
- run: bin/rx-stomp.sh