Skip to content

chore(deps-dev): bump @babel/preset-typescript from 7.22.5 to 7.23.0 #273

chore(deps-dev): bump @babel/preset-typescript from 7.22.5 to 7.23.0

chore(deps-dev): bump @babel/preset-typescript from 7.22.5 to 7.23.0 #273

Workflow file for this run

name: Run tests
on:
- pull_request
- merge_group
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn install --immutable
- run: yarn test