Skip to content

Commit cf12d50

Browse files
authored
Update Node.js version from 24 to 25
Signed-off-by: James Pether Sörling <pethers@users.noreply.github.com>
1 parent 655230b commit cf12d50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Node.js
4646
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4747
with:
48-
node-version: "24"
48+
node-version: "25"
4949
cache: "npm"
5050

5151
- name: Install dependencies

0 commit comments

Comments
 (0)