Skip to content

Commit fe39d81

Browse files
AlnisMmeta-codesync[bot]
authored andcommitted
Upgrade GitHub CI Node.js from 18 to 20
Summary: Node 18 reached EOL in April 2025. The `selfsigned` package (transitive dependency via webpack-dev-server/Docusaurus) was updated to v2.x which depends on `peculiar/x509` requiring Node >= 20, causing `yarn install --frozen-lockfile` to fail in CI. Reviewed By: pbhandar2 Differential Revision: D99896960 fbshipit-source-id: bdca4ddcc7514e81abf02b29dec488424801a4a1
1 parent 9d91a28 commit fe39d81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: 18
30+
node-version: 20
3131
cache: yarn
3232
cache-dependency-path: website/yarn.lock
3333

0 commit comments

Comments
 (0)