Skip to content

Bump typescript from 4.8.3 to 5.4.3 #315

Bump typescript from 4.8.3 to 5.4.3

Bump typescript from 4.8.3 to 5.4.3 #315

Workflow file for this run

name: Main workflow
on: [push, pull_request]
jobs:
run:
name: "Main"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Install
run: npm install
- name: Build
run: npm run build