Skip to content

build(deps): bump nuxt from 2.14.3 to 3.12.4 #196

build(deps): bump nuxt from 2.14.3 to 3.12.4

build(deps): bump nuxt from 2.14.3 to 3.12.4 #196

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Install Dependencies
run: yarn
- name: Generate Static Files
run: yarn generate