Skip to content

build(deps-dev): bump postcss from 8.4.24 to 8.4.31 (#2) #28

build(deps-dev): bump postcss from 8.4.24 to 8.4.31 (#2)

build(deps-dev): bump postcss from 8.4.24 to 8.4.31 (#2) #28

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