Skip to content

Commit a20a7d0

Browse files
committed
build: update node-version to 26 in web build workflow
1 parent 534fed4 commit a20a7d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_commit_web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- uses: actions/setup-node@v7
7070
with:
71-
node-version: "24.12.0"
71+
node-version: "26"
7272
- name: Install NPM version
7373
run: npm install -g npm@latest
7474

0 commit comments

Comments
 (0)