Skip to content

Bump next from 13.4.13 to 13.5.0 #123

Bump next from 13.4.13 to 13.5.0

Bump next from 13.4.13 to 13.5.0 #123

Workflow file for this run

name: Build
on: push
jobs:
master:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install
run: npm ci
- name: Build
run: npm run build-prod