Pin Node to 22.13.1 for Windows build (#2166)

This commit is contained in:
Michael Telatynski 2025-02-27 18:55:57 +00:00 committed by GitHub
parent 9a785738df
commit a546b28c62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,7 +99,9 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version-file: package.json # node-version-file: package.json
# For https://github.com/element-hq/element-desktop/issues/2161
node-version: 22.13.1
cache: "yarn" cache: "yarn"
- name: Install Deps - name: Install Deps