Skip to content

[NPM-Dev]: Bump typescript from 4.5.4 to 5.2.2 #116

[NPM-Dev]: Bump typescript from 4.5.4 to 5.2.2

[NPM-Dev]: Bump typescript from 4.5.4 to 5.2.2 #116

Workflow file for this run

name: Build
on: [push, workflow_call]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup NodeJS
uses: actions/setup-node@v2
with:
node-version: '14'
registry-url: 'https://registry.npmjs.org'
scope: '@luos-io'
- name: Install dependencies
run: yarn
- name: Build package
run: yarn build