Skip to content

build(deps-dev): bump rollup from 4.24.4 to 4.25.0 in the npm_and_yarn group #936

build(deps-dev): bump rollup from 4.24.4 to 4.25.0 in the npm_and_yarn group

build(deps-dev): bump rollup from 4.24.4 to 4.25.0 in the npm_and_yarn group #936

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