Skip to content

Commit b35ef45

Browse files
CI: Fix node version to latest
1 parent 9379b39 commit b35ef45

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dev-build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
msystem: UCRT64
3434
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
3535

36-
- uses: actions/setup-node@v4
36+
- name: Setup node
37+
uses: actions/setup-node@v4
38+
with:
39+
node-version: 'latest'
3740

3841
- name: Check out repo
3942
uses: actions/checkout@v3

0 commit comments

Comments
 (0)