Skip to content

chore(deps): bump semver from 5.7.1 to 5.7.2 in /functions #281

chore(deps): bump semver from 5.7.1 to 5.7.2 in /functions

chore(deps): bump semver from 5.7.1 to 5.7.2 in /functions #281

Workflow file for this run

name: build
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Nuxt Build
run: |
yarn
yarn format --check
env:
CI: true
nuxt:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Nuxt Build
run: |
cp .env.sample .env
yarn
yarn build
env:
CI: true