Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

build(deps-dev): bump @babel/preset-typescript from 7.24.7 to 7.27.1 #46

build(deps-dev): bump @babel/preset-typescript from 7.24.7 to 7.27.1

build(deps-dev): bump @babel/preset-typescript from 7.24.7 to 7.27.1 #46

Workflow file for this run

name: 'Application analysis'
on: push
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: latest
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install
- name: compile aplication
run: yarn compile
- name: lint
run: yarn lint
- name: test
run: yarn coverage