Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Update dependency ts-node to v10.9.2 #344

Update dependency ts-node to v10.9.2

Update dependency ts-node to v10.9.2 #344

Workflow file for this run

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: yarn install --frozen-lockfile
- run: yarn build