Skip to content

Bump typescript from 5.6.2 to 5.6.3 #35

Bump typescript from 5.6.2 to 5.6.3

Bump typescript from 5.6.2 to 5.6.3 #35

Workflow file for this run

name: Build TypeScript
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Compile TypeScript
run: npm run build
- name: Upload Compiled Files
uses: actions/upload-artifact@v3
with:
name: compiled-files
path: dist/