Skip to content

chore(deps): bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 #166

chore(deps): bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0

chore(deps): bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 #166

Workflow file for this run

name: Build-VueJS
on: [push, pull_request]
jobs:
build-vue:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./static/terraboard-vuejs
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup NodeJS
uses: actions/setup-node@master
- name: Install dependencies
run: npm install
- name: Build project
run: npm run build