We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9379b39 commit b35ef45Copy full SHA for b35ef45
.github/workflows/dev-build.yml
@@ -33,7 +33,10 @@ jobs:
33
msystem: UCRT64
34
install: git mingw-w64-ucrt-x86_64-cmake mingw-w64-ucrt-x86_64-ninja mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-qt5-base mingw-w64-ucrt-x86_64-libusb mingw-w64-ucrt-x86_64-libpcap
35
36
- - uses: actions/setup-node@v4
+ - name: Setup node
37
+ uses: actions/setup-node@v4
38
+ with:
39
+ node-version: 'latest'
40
41
- name: Check out repo
42
uses: actions/checkout@v3
0 commit comments