Skip to content

Commit c8aa756

Browse files
committed
UPDATE Node.js versioning in documentation + new optional dependencies
Signed-off-by: ParleSec <mason@masonparle.com>
1 parent c80ab9b commit c8aa756

5 files changed

Lines changed: 48 additions & 4 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
env:
1414
GO_VERSION: '1.25.9'
15-
NODE_VERSION: '22.12.0'
15+
NODE_VERSION: '22.13.0'
1616

1717
jobs:
1818
# Job 1: Frontend Security Scanning

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
contents: read
1717

1818
env:
19-
NODE_VERSION: "22.12.0"
19+
NODE_VERSION: "22.13.0"
2020

2121
jobs:
2222
build-and-validate:

.github/workflows/docs-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
contents: read
1616

1717
env:
18-
NODE_VERSION: "22.12.0"
18+
NODE_VERSION: "22.13.0"
1919

2020
jobs:
2121
openapi-lint:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Comment on the issue to let maintainers know you're working on it. If you don't
3434
| Tool | Version | Purpose |
3535
|------|---------|---------|
3636
| Go | 1.25+ | Backend development |
37-
| Node.js | 22.12+ | Frontend and docs development |
37+
| Node.js | 22.13+ | Frontend and docs development |
3838
| Docker | Latest | Container orchestration |
3939
| Git | Latest | Version control |
4040

frontend/package-lock.json

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)