Skip to content

build(deps-dev): bump ip from 2.0.0 to 2.0.1 #40

build(deps-dev): bump ip from 2.0.0 to 2.0.1

build(deps-dev): bump ip from 2.0.0 to 2.0.1 #40

Workflow file for this run

name: Build Frontend with Node.js
on: [push]
jobs:
build-nuxt-frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '17.x'
- name: Install dependencies
run: npm install
- name: Build Project
run: npm run build