Skip to content

Commit d59f3a1

Browse files
Copilotparalin
andauthored
.github: update node.js to 25.x in all workflows (#196)
* Initial plan * .github: update node.js to 25.x Signed-off-by: GitHub Copilot <copilot@github.com> Co-authored-by: paralin <534887+paralin@users.noreply.github.com> * .github: update node.js to 25.x in tests workflow Signed-off-by: GitHub Copilot <copilot@github.com> Co-authored-by: paralin <534887+paralin@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: paralin <534887+paralin@users.noreply.github.com>
1 parent eeec274 commit d59f3a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
language: [ 'go', 'javascript' ]
2828
go: ['1.24']
29-
node: [23.x]
29+
node: [25.x]
3030
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
3131
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
3232

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
go: ['1.24']
20-
node: [23.x]
20+
node: [25.x]
2121
timeout-minutes: 10
2222
steps:
2323
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)