Skip to content

Commit

Permalink
Merge branch 'no-shadow'
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Nov 18, 2024
2 parents 7696ce5 + b74ce77 commit 757ffa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Breaking changes:
* None.

Other notable changes:
* general:
* Allow node version 23.
* `loggy-intf` / `loggy`:
* Minor tweaks to "human" (non-JSON) log rendering.
* `structy`:
Expand Down
2 changes: 1 addition & 1 deletion scripts/lib/lactoserv/dev
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function target-build {
&& env-minimize \
&& lib node-project build-main-module \
--out="${outDir}" --modules-dirs="${srcDir}" \
--runner-script=run --runner-versions[]='20 21 22' \
--runner-script=run --runner-versions[]='20 21 22 23' \
lactoserv
)
}
Expand Down

0 comments on commit 757ffa6

Please sign in to comment.