Skip to content

build(deps-dev): bump rollup from 4.19.0 to 4.22.4 #21

build(deps-dev): bump rollup from 4.19.0 to 4.22.4

build(deps-dev): bump rollup from 4.19.0 to 4.22.4 #21

Workflow file for this run

name: Merge Bot
on:
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- name: npm install, build and test
run: |
npm install
npm run build --if-present
npm run test
automerge:
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3