Skip to content

Merge pull request #1 from whonion/dependabot/npm_and_yarn/follow-red… #8

Merge pull request #1 from whonion/dependabot/npm_and_yarn/follow-red…

Merge pull request #1 from whonion/dependabot/npm_and_yarn/follow-red… #8

Workflow file for this run

name: TypeScript Build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install Dependencies
run: npm i
- name: Set Global TypeScript
run: npm i -g typescript
- name: Build TypeScript
run: tsc --project tsconfig.json