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

Bump tsx from 4.9.3 to 4.16.2 #57

Bump tsx from 4.9.3 to 4.16.2

Bump tsx from 4.9.3 to 4.16.2 #57

Workflow file for this run

name: Test Build
on:
pull_request:
types: [opened, reopened]
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm run build