Skip to content

Commit

Permalink
Merge pull request #299 from nypublicradio/ksuitor/WNYC-379
Browse files Browse the repository at this point in the history
Ksuitor/wnyc 379 - Upgrade Node to version 10 and update Footer to include DEI
  • Loading branch information
ksuitor authored Apr 1, 2021
2 parents d2e492f + c141d44 commit eedd598
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions app/components/site-chrome/site-footer/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@
Careers
</a>
</li>
<li class="list-item list-item--tiny">
<a href="https://www.nypublicradio.org/diversity-dei-overview/"
class="link--capbold"
title="Diversity (DEI)"
target="_blank">
Diversity (DEI)
</a>
</li>
<li class="list-item list-item--tiny">
<a href="/press"
class="link--capbold"
Expand Down
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ version: 2

defaults: &defaults
docker:
- image: circleci/node:8-browsers
- image: circleci/node:10-browsers
environment:
JOBS: 2

restore_node: &restore_node
restore_cache:
key: v3-node8-yarn-deps-{{ arch }}-{{ checksum "yarn.lock" }}
key: v3-node10-yarn-deps-{{ arch }}-{{ checksum "yarn.lock" }}

restore_modernizr: &restore_modernizr
restore_cache:
Expand All @@ -34,7 +34,7 @@ jobs:
yarn --pure-lockfile
fi
- save_cache:
key: v3-node8-yarn-deps-{{ arch }}-{{ checksum "yarn.lock" }}
key: v3-node10-yarn-deps-{{ arch }}-{{ checksum "yarn.lock" }}
paths:
- node_modules

Expand Down

0 comments on commit eedd598

Please sign in to comment.