Skip to content

Bump typescript from 5.4.5 to 5.6.3 #1302

Bump typescript from 5.4.5 to 5.6.3

Bump typescript from 5.4.5 to 5.6.3 #1302

Workflow file for this run

---
name: build
"on":
pull_request:
push:
branches:
- main
jobs:
mac:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm run build-mac
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm run build-win
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm run build-linux