Skip to content

Commit

Permalink
ci(build-windows): Setup node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
SebiAi committed Mar 11, 2024
1 parent b5dbc95 commit 82fb767
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
GlyphVisualizer*_windows-x64-portable.zip.sha256.txt

0 comments on commit 82fb767

Please sign in to comment.