Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- uses: actions/setup-node@v4
- uses: actions/setup-node@v5

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the previous version is no longer supported. This does move us up a major LTS version of node, which seems to not be a problem at all

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How are you doing

with:
cache: 'npm'
- name: Install NPM dependencies
Expand Down
9 changes: 9 additions & 0 deletions _pages/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ title: Release Notes

<dl class="usa-accordion usa-accordion--bordered">

{% include accordion.html id="track-2026-08-05"
accordion_id="user-key-2026-08-05"
title="2026-08-05"
content="
### User-Facing Improvements
* Switch charting library to Highcharts for better Accessibility
"
%}

{% include accordion.html id="track-2026-07-29"
accordion_id="user-key-2026-07-29"
title="2026-07-29"
Expand Down