Skip to content

chore(deps-dev): bump @babel/cli from 7.25.6 to 7.25.9 in the patches group #1311

chore(deps-dev): bump @babel/cli from 7.25.6 to 7.25.9 in the patches group

chore(deps-dev): bump @babel/cli from 7.25.6 to 7.25.9 in the patches group #1311

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