Skip to content

build(deps): bump rollup from 4.21.3 to 4.22.4 #20

build(deps): bump rollup from 4.21.3 to 4.22.4

build(deps): bump rollup from 4.21.3 to 4.22.4 #20

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, synchronize, reopened]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies
run: npm ci
- name: Format
run: npm run prettier:report
- name: Lint
run: npm run lint
- name: Unit test
run: npm run test