Skip to content

[NPM-Dev]: Bump @types/node from 16.4.14 to 20.5.0 #120

[NPM-Dev]: Bump @types/node from 16.4.14 to 20.5.0

[NPM-Dev]: Bump @types/node from 16.4.14 to 20.5.0 #120

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