Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Pushing up for a second look #631

Pushing up for a second look

Pushing up for a second look #631

Workflow file for this run

name: SSR Build
on: "push"
jobs:
ssr-build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: 14
- name: SSR Build
run: |
npm ci
CI=false npm run federalist:build