Skip to content

build(deps): bump semver from 6.3.0 to 6.3.1 (#1) #22

build(deps): bump semver from 6.3.0 to 6.3.1 (#1)

build(deps): bump semver from 6.3.0 to 6.3.1 (#1) #22

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