Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Bump @babel/preset-typescript from 7.21.4 to 7.23.2 #1239

Bump @babel/preset-typescript from 7.21.4 to 7.23.2

Bump @babel/preset-typescript from 7.21.4 to 7.23.2 #1239

Workflow file for this run

name: specs
on:
push:
branches:
- main
pull_request:
merge_group:
env:
NODE_VERSION: 18.13.0
jobs:
specs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Node
uses: BuoySoftware/github-actions/setup-node@main
with:
install-dependencies: false
node-version: ${{ env.NODE_VERSION }}
- name: Yarn install
run: yarn install
- name: Compile Typescript
run: yarn compile
- name: Run specs
run: yarn test