Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

pages:
docker:
- image: node:25.7.0
- image: node:25.8.0
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The specified Docker image node:25.8.0 does not exist on Docker Hub. The Node.js v25 release line is not a valid release, and the release notes in the PR description appear to be for a fictitious version. This change will break the CI pipeline.

It is strongly recommended to use an official Long-Term Support (LTS) version of Node.js for stability and security. Consider switching to a specific LTS version, such as 20.15.0 (the latest Node.js 20 LTS at the time of writing).

      - image: node:20.15.0

steps:
- checkout
- attach_workspace:
Expand Down