diff --git a/.nvmrc b/.nvmrc index 0a47c855..05590898 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -lts/iron \ No newline at end of file +lts/jod \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index afd3991f..38ff06f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `aria-label` attributes to all elements with custom `title` attributes - Added a title for items in pagination components ("Page x") +- The LTS version of NodeJS used has been upgraded from `iron` (`20.x`) to `jod` (`22.x`) ### Deprecated ### Removed - Pagination items no longer have a `label` attribute - this is instead defined as `Page x` where `x` is the `number` attribute +- Removed the warnings about importing Google Fonts ### Fixed diff --git a/src/nationalarchives/utilities/_imports.scss b/src/nationalarchives/utilities/_imports.scss index 1fdac977..6f9f2e0a 100644 --- a/src/nationalarchives/utilities/_imports.scss +++ b/src/nationalarchives/utilities/_imports.scss @@ -53,8 +53,8 @@ " ", "+" ); - @warn "Remember to import the Google Fonts CSS into your application"; - @debug ''; - @debug ''; - @debug ''; /* stylelint-disable-line */ + // @warn "Remember to import the Google Fonts CSS into your application"; + // @debug ''; + // @debug ''; + // @debug ''; /* stylelint-disable-line */ }