Skip to content

Commit 0c2de38

Browse files
authored
Upgrade Nodejs to 24.x (#212)
Signed-off-by: Gonzalo Gomez Gracia <gonzalo.gomez@broadcom.com>
1 parent 05e928d commit 0c2de38

File tree

5 files changed

+286
-247
lines changed

5 files changed

+286
-247
lines changed

.github/workflows/cd-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
1919
with:
20-
node-version: '22.x'
20+
node-version: '24.x'
2121
registry-url: 'https://registry.npmjs.org'
2222
scope: '@bitnami'
2323
- name: Cache dependencies

.github/workflows/ci-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
2020
with:
21-
node-version: '22.x'
21+
node-version: '24.x'
2222
- name: Cache dependencies
2323
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
2424
with:
@@ -36,6 +36,6 @@ jobs:
3636
npm run lint
3737
markdownlint *.md **/*.md
3838
- name: Tests
39-
# Run tests if linter fails
39+
# Run tests if linter fails
4040
if: always() && steps.npm-ci.outcome == 'success'
41-
run: npm run test-ci
41+
run: npm run test-ci

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ Add this to your `.pre-commit-config.yaml`:
200200
201201
### 2.8.0
202202
203+
Upgrade Node.js version to branch 24.x and dependencies.
204+
203205
Descriptions now discard only a single whitespace. This way, code blocks can use proper indentation.
204206
205207
### 2.4.0

0 commit comments

Comments
 (0)