Skip to content

chore(deps-dev): bump @babel/preset-typescript from 7.23.3 to 7.24.1 #1261

chore(deps-dev): bump @babel/preset-typescript from 7.23.3 to 7.24.1

chore(deps-dev): bump @babel/preset-typescript from 7.23.3 to 7.24.1 #1261

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