Skip to content

Commit

Permalink
Merge pull request #1155 from daniel-ac-martin/misc-fixes
Browse files Browse the repository at this point in the history
Misc fixes
  • Loading branch information
daniel-ac-martin authored Nov 10, 2024
2 parents 200b25c + fad3cdc commit 7685785
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/test-code/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
node:
description: The version of Node.js to use.
required: false
default: 20
default: 22
runs:
using: composite
steps:
Expand Down
2 changes: 1 addition & 1 deletion apps/govuk-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "Daniel A.C. Martin <npm@daniel-martin.co.uk> (http://daniel-martin.co.uk/)",
"license": "MIT",
"engines": {
"node": ">=16.0.0 <21",
"node": ">=18",
"os": [
"darwin",
"linux"
Expand Down
2 changes: 1 addition & 1 deletion apps/govuk-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "Daniel A.C. Martin <npm@daniel-martin.co.uk> (http://daniel-martin.co.uk/)",
"license": "MIT",
"engines": {
"node": ">=16.0.0 <21",
"node": ">=18",
"os": [
"darwin",
"linux"
Expand Down
5 changes: 4 additions & 1 deletion components/aside/assets/Aside.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ aside {
.not-govuk-page--hmpo .not-govuk-aside,
.not-govuk-page--hmpo aside {
$home-office: map.get($govuk-colours-organisations, "home-office");
$contrast-safe: map.get($home-office, "contrast-safe");
$light-colour: map.get($home-office, "colour");
$colour: if($contrast-safe, $contrast-safe, $light-colour);

border-color: map.get($home-office, "colour-websafe");
border-color: $colour;
}
2 changes: 1 addition & 1 deletion lib/plop-pack/skel/app/package.json.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "{{{pkg 'author'}}}",
"license": "{{{pkg 'license'}}}",
"engines": {
"node": ">=16.0.0 <21",
"node": ">=18",
"os": [
"darwin",
"linux"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"pnpm": "pnpm",
"pnpm:all": "npm run pnpm -- -r",
"pnpm:apps": "npm run pnpm:all -- --filter './apps/**'",
"pnpm:libs": "npm run pnpm:all -- --filter './components/**' --filter './components-internal/**' --filter './lib/**' --filter './lib-govuk/**' --filter './packages/**'",
"pnpm:libs": "npm run pnpm:all -- --filter './components/**' --filter './components-internal/**' --filter './lib/**' --filter './lib-govuk/**'",
"all:build": "npm run pnpm:all -- run build",
"all:clean": "npm run pnpm:all -- run clean",
"all:publish": "npm run libs:publish",
Expand Down

1 comment on commit 7685785

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

🎉 Published on https://not-gov.uk as production
🚀 Deployed on https://67313b958e6567635cca4939--notgovuk.netlify.app

Please sign in to comment.