Skip to content

Merge pull request #6 from nikita-t1/dependabot/npm_and_yarn/follow-r… #36

Merge pull request #6 from nikita-t1/dependabot/npm_and_yarn/follow-r…

Merge pull request #6 from nikita-t1/dependabot/npm_and_yarn/follow-r… #36

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