Skip to content

Bump json5 from 1.0.1 to 1.0.2 in /puck-ntag215-manager #45

Bump json5 from 1.0.1 to 1.0.2 in /puck-ntag215-manager

Bump json5 from 1.0.1 to 1.0.2 in /puck-ntag215-manager #45

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js Build Test
on:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Build web app
run: |
cd puck-ntag215-manager
npm install --no-optional
npm run build