Skip to content

Updated es-lint & Typescript versions. Updated version to 2.5.3-alpha. #108

Updated es-lint & Typescript versions. Updated version to 2.5.3-alpha.

Updated es-lint & Typescript versions. Updated version to 2.5.3-alpha. #108

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache-dependency-path: package-lock.json
- run: npm install
- run: npm run build