Skip to content

Bump typescript from 4.9.5 to 6.0.2 #325

Bump typescript from 4.9.5 to 6.0.2

Bump typescript from 4.9.5 to 6.0.2 #325

Workflow file for this run

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