diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 1f4998d..d75e26a 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -23,6 +23,10 @@ jobs: - name: Setup MSVC 2022 for C++ (Windows) # See supported versions here: https://doc.qt.io/qt-6/windows.html uses: ilammy/msvc-dev-cmd@v1 + - name: Setup node + uses: actions/setup-node@v4 + with: + node-version: 20 # Checkout the repository - name: Checkout @@ -89,4 +93,4 @@ jobs: name: GlyphVisualizer-${{ steps.get_version.outputs.version }}_windows-x64-portable path: | GlyphVisualizer*_windows-x64-portable.zip - GlyphVisualizer*_windows-x64-portable.zip.sha256.txt \ No newline at end of file + GlyphVisualizer*_windows-x64-portable.zip.sha256.txt