Skip to content

Commit 1fe956d

Browse files
ci: use node from 20 to 26
1 parent 431baab commit 1fe956d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: Install Node.js
122122
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
123123
with:
124-
node-version: "20"
124+
node-version: "26"
125125

126126
- name: Install npm dependencies
127127
run: npm i

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
99
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1010
with:
11-
node-version: 20
11+
node-version: 26
1212
- name: Install npm packages
1313
run: npm install
1414
- name: Check Prettier

0 commit comments

Comments
 (0)