Skip to content

[NPM]: Bump serialport from 9.2.8 to 11.0.1 #132

[NPM]: Bump serialport from 9.2.8 to 11.0.1

[NPM]: Bump serialport from 9.2.8 to 11.0.1 #132

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