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

Update Post “2023-submission-period” #619

Update Post “2023-submission-period”

Update Post “2023-submission-period” #619

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/checkout@v2.3.1
with:
persist-credentials: false
- name: Use Node.js
uses: actions/setup-node@v2.3.0
with:
node-version: 14
- name: SSR Build
run: |
npm ci
CI=false npm run federalist:build