Skip to content

chore(deps-dev): Bump @babel/preset-typescript from 7.24.7 to 7.26.0 #807

chore(deps-dev): Bump @babel/preset-typescript from 7.24.7 to 7.26.0

chore(deps-dev): Bump @babel/preset-typescript from 7.24.7 to 7.26.0 #807

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: 'yarn'
- name: Install Node dependencies
run: yarn --frozen-lockfile
- run: yarn lint
- run: yarn build