Skip to content

Commit 5885ae6

Browse files
Copilotfasttime
andauthored
ci: unpin Node.js 25.x in CI (#20615)
* Initial plan * chore: Unpin Node.js 25.x in CI Co-authored-by: fasttime <6367844+fasttime@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: fasttime <6367844+fasttime@users.noreply.github.com>
1 parent e972c88 commit 5885ae6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
matrix:
7272
os: [ubuntu-latest]
73-
node: ["25.6.1", 24.x, 22.x, 20.x, "20.19.0"]
73+
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
7474
NODE_OPTIONS: [""]
7575
include:
7676
- os: windows-latest

0 commit comments

Comments
 (0)