More CI fixes

This commit is contained in:
Tommy Verrall
2026-04-17 18:49:41 +02:00
parent 23b745d353
commit ef1c1b50d5
3 changed files with 4 additions and 8 deletions
@@ -37,12 +37,12 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2
# No cache:yarn here: setup-node needs yarn on PATH to populate the cache, but this runner
# only gets yarn from the step below.
- name: Node
uses: actions/setup-node@v4
with:
node-version: 22.13.0
cache: yarn
cache-dependency-path: yarn.lock
- name: Install Yarn (classic)
shell: bash