Skip to content

Commit e8e2215

Browse files
Update dependency node to v24
1 parent 836f2b9 commit e8e2215

File tree

22 files changed

+781
-92
lines changed

22 files changed

+781
-92
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
- name: Setup Node.js
131131
uses: actions/setup-node@v6
132132
with:
133-
node-version: "20"
133+
node-version: "24"
134134
cache: "npm"
135135
cache-dependency-path: "${{ matrix.use_bun == true && format('{0}/bun.lockb', matrix.project) || format('{0}/package-lock.json', matrix.project) }}"
136136

template-component/.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
2323
with:
2424
cache-dependency-path: package.json
25-
node-version: "20.x"
25+
node-version: "24.x"
2626
cache: "npm"
2727

2828
- name: Install and build

0 commit comments

Comments
 (0)