Skip to content

Commit

Permalink
Merge pull request #1046 from Eastern-Research-Group/staging
Browse files Browse the repository at this point in the history
Update main branch
  • Loading branch information
cschwinderg authored Dec 11, 2024
2 parents a3c240e + 9f1f492 commit c62747d
Show file tree
Hide file tree
Showing 51 changed files with 2,929 additions and 3,190 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# Set up node and npm
- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"

# Run front-end processes (install, lint, test, bundle)
- name: Cache node modules
Expand All @@ -98,7 +98,7 @@ jobs:
# Run CloudFoundry/Cloud.gov deployment
- name: Set up Cloud Foundry CLI
run: |
curl -v -L -o cf-cli_amd64.deb 'https://packages.cloudfoundry.org/stable?release=debian64&version=v7&source=github'
curl -v -L -o cf-cli_amd64.deb 'https://packages.cloudfoundry.org/stable?release=debian64&version=8.8.3&source=github-rel'
sudo dpkg -i cf-cli_amd64.deb
cf -v
cf api https://api.fr.cloud.gov
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

# Set shared environment variables
env:
APP_VERSION: 2.12.0
APP_VERSION: 2.12.1

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -30,7 +30,7 @@ jobs:
# Set up node and npm
- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"

# Run back-end processes (install, lint, test, bundle)
- name: Cache server app node modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# Set up node and npm
- uses: actions/setup-node@v4
with:
node-version: "20"
node-version: "22"

# Run front-end processes (install, lint, test, bundle)
- name: Cache node modules
Expand All @@ -104,7 +104,7 @@ jobs:
# Run CloudFoundry/Cloud.gov deployment
- name: Set up Cloud Foundry CLI
run: |
curl -v -L -o cf-cli_amd64.deb 'https://packages.cloudfoundry.org/stable?release=debian64&version=v7&source=github'
curl -v -L -o cf-cli_amd64.deb 'https://packages.cloudfoundry.org/stable?release=debian64&version=8.8.3&source=github-rel'
sudo dpkg -i cf-cli_amd64.deb
cf -v
cf api https://api.fr.cloud.gov
Expand Down
14 changes: 8 additions & 6 deletions app/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,15 @@
font-size: 0.91rem;
}

.menu--main .menu__link,
.menu--main .menu__link:visited {
color: #fff;
}
@media all and (min-width: 55em) {
.menu--main .menu__link,
.menu--main .menu__link:visited {
color: #fff;
}

.menu--main .menu__link:hover:visited {
color: #005ea2;
.menu--main .menu__link:hover:visited {
color: #005ea2;
}
}

.site-logo__svg {
Expand Down
Loading

0 comments on commit c62747d

Please sign in to comment.