Skip to content

chore(deps-dev): bump rollup from 4.21.3 to 4.22.4 in the npm_and_yarn group #160

chore(deps-dev): bump rollup from 4.21.3 to 4.22.4 in the npm_and_yarn group

chore(deps-dev): bump rollup from 4.21.3 to 4.22.4 in the npm_and_yarn group #160

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
merge-checks:
runs-on: ubuntu-latest
strategy:
matrix:
job: ['lint', 'format:check', 'type-check', 'test:check']
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '21'
- name: Install dependencies
run: npm install
- name: Run ${{ matrix.job }}
run: npm run ${{ matrix.job }}