chore(deps): update dependency node to v24.14.0 (#1510)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-02-28 21:33:57 +01:00
committed by GitHub
parent 441b4802cd
commit b22aa022fb

View File

@@ -21,7 +21,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v6
with:
node-version: '24.13.1'
node-version: '24.14.0'
- name: Build docs
run: cd web && yarn install && yarn run build
- name: Commit and push changes