Skip to content

Bump tsx from 4.5.0 to 4.6.2 #59

Bump tsx from 4.5.0 to 4.6.2

Bump tsx from 4.5.0 to 4.6.2 #59

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches:
- 'develop'
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- name: Install Dependendies
run: npm ci
- name: Run Lint & Format Check
run: npm run lint
- name: Build Test
run: npm run build