Skip to content

build(deps): bump axios from 1.3.5 to 1.6.0 (#5) #31

build(deps): bump axios from 1.3.5 to 1.6.0 (#5)

build(deps): bump axios from 1.3.5 to 1.6.0 (#5) #31

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