Skip to content

Commit 4661127

Browse files
committed
Updates Node.js version to 24
Upgrades the Node.js version used in CI workflows and documentation. This ensures compatibility with newer language features and libraries, potentially improving performance and security.
1 parent c432d39 commit 4661127

4 files changed

Lines changed: 1785 additions & 3030 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323
- uses: actions/setup-node@v3
2424
with:
25-
node-version: 18
25+
node-version: 24
2626
cache-dependency-path: docs/yarn.lock
2727
cache: yarn
2828

.github/workflows/test-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
- uses: actions/setup-node@v3
2222
with:
23-
node-version: 18
23+
node-version: 24
2424
cache-dependency-path: docs/yarn.lock
2525
cache: yarn
2626

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
]
4242
},
4343
"engines": {
44-
"node": ">=18.0"
44+
"node": ">=24.0"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)