Skip to content

Bump rollup from 4.9.4 to 4.22.4 #80

Bump rollup from 4.9.4 to 4.22.4

Bump rollup from 4.9.4 to 4.22.4 #80

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- 'develop'
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install Dependendies
run: npm ci
- name: Run Lint & Format Check
run: npm run lint
- name: Build Test
run: npm run build