Skip to content

Commit 3144dff

Browse files
Copilotfasttime
andauthored
chore: unpin Node.js 25.x in CI (#122)
* 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> Co-authored-by: Francesco Trotta <github@fasttime.org>
1 parent 92e2933 commit 3144dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
os: [ubuntu-latest]
45-
node: ["25.6.1", 24.x, 22.x, 20.x, "20.19.0"]
45+
node: [25.x, 24.x, 22.x, 20.x, "20.19.0"]
4646
include:
4747
- os: windows-latest
4848
node: "lts/*"

0 commit comments

Comments
 (0)