Skip to content

Bump typescript from 4.5.4 to 4.9.5 #1249

Bump typescript from 4.5.4 to 4.9.5

Bump typescript from 4.5.4 to 4.9.5 #1249

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches: [ develop ]
pull_request:
branches: [ main, develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Compile Scripts
run: npm run test:scripts
- name: Lint
run: npm run lint
- name: Test
run: npm run test
- name: Build
run: npm run build
- uses: codecov/codecov-action@v3
with:
file: ./coverage/coverage-final.json