Skip to content

chore(deps-dev): bump rollup from 2.79.1 to 2.79.2 #1291

chore(deps-dev): bump rollup from 2.79.1 to 2.79.2

chore(deps-dev): bump rollup from 2.79.1 to 2.79.2 #1291

Workflow file for this run

name: Test
on:
pull_request:
branches: [ develop, main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*]
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*]
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Lint
run: npm run util:lint