Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

Follow up changes to universal nav bar and adjustment of brand color according to CD #230

Follow up changes to universal nav bar and adjustment of brand color according to CD

Follow up changes to universal nav bar and adjustment of brand color according to CD #230

Workflow file for this run

name: Build Bundle. Includes linting.
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
with:
node-version: '16'
- name: Cache Node.js modules
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
with:
path: ~/.npm
key: ${{ runner.OS }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.OS }}-node-
${{ runner.OS }}-
- run: npm ci
- run: npm run bundle