Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit 8cc5564

Browse files
Copilotparalin
andauthored
.github: update node.js to 25.x in all workflows (#39)
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 a757d78 commit 8cc5564

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.23']
29-
node: [22.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.23']
20-
node: [22.x]
20+
node: [25.x]
2121
timeout-minutes: 10
2222
steps:
2323
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

0 commit comments

Comments
 (0)