Skip to content

chore: update dependency typescript to ^5.5.2 (#517) #1162

chore: update dependency typescript to ^5.5.2 (#517)

chore: update dependency typescript to ^5.5.2 (#517) #1162

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
build-publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup NodeJS 18
uses: actions/setup-node@v4
with:
node-version: 18
- name: Install dependencies
run: yarn install
- name: Test
run: yarn test
- name: Build
run: yarn build