Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "BUILD_NAME=inav-configurator_linux_x64_${VERSION}_${BUILD_SUFFIX}" >> $GITHUB_ENV
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
#check-latest: true
#cache: 'npm'
- name: Install dependencies
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
echo "BUILD_NAME=inav-configurator_linux_aarch64_${VERSION}_${BUILD_SUFFIX}" >> $GITHUB_ENV
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
#check-latest: true
#cache: 'npm'
- name: Install dependencies
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
echo "BUILD_NAMEarm64=inav-configurator_MacOS_arm64_${VERSION}_${BUILD_SUFFIX}" >> $GITHUB_ENV
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
#check-latest: true
#cache: 'npm'
# Workaround due to a bug in node-gyp: https://github.com/electron/rebuild/issues/1116
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
echo "BUILD_NAMEx64=inav-configurator_MacOS_x64_${VERSION}_${BUILD_SUFFIX}" >> $GITHUB_ENV
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
#check-latest: true
#cache: 'npm'
# Workaround due to a bug in node-gyp: https://github.com/electron/rebuild/issues/1116
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:
shell: bash
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
#cache: 'npm'
- uses: engineerd/[email protected]
with:
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
shell: bash
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
#cache: 'npm'
- uses: engineerd/[email protected]
with:
Expand Down
Loading
Loading