Skip to content

Commit 9809ff6

Browse files
committed
chore(github): update Node.js version to 24 in CI workflows
1 parent 16d71cb commit 9809ff6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: "20"
24+
node-version: "24"
2525
cache: "yarn"
2626

2727
- name: Install dependencies

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Test
33
on: [push]
44

55
jobs:
6-
install-test-compile:
6+
unit-tests:
77
runs-on: ubuntu-latest
88

99
steps:
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install Node.js and Yarn
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: 20
16+
node-version: 24
1717
cache: "yarn"
1818

1919
- name: Install Dependencies

0 commit comments

Comments
 (0)