1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 11:29:53 +03:00

bump node version

This commit is contained in:
Marcelo Bezerra 2025-02-20 15:55:38 +01:00
parent 810f67da78
commit c635330734

View file

@ -37,7 +37,7 @@ jobs:
echo "BUILD_NAME=inav-configurator_linux_x64_${VERSION}_${BUILD_SUFFIX}" >> $GITHUB_ENV echo "BUILD_NAME=inav-configurator_linux_x64_${VERSION}_${BUILD_SUFFIX}" >> $GITHUB_ENV
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 22
#check-latest: true #check-latest: true
#cache: 'npm' #cache: 'npm'
- name: Install dependencies - name: Install dependencies
@ -93,7 +93,7 @@ jobs:
echo "BUILD_NAME=inav-configurator_linux_aarch64_${VERSION}_${BUILD_SUFFIX}" >> $GITHUB_ENV echo "BUILD_NAME=inav-configurator_linux_aarch64_${VERSION}_${BUILD_SUFFIX}" >> $GITHUB_ENV
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 22
#check-latest: true #check-latest: true
#cache: 'npm' #cache: 'npm'
- name: Install dependencies - name: Install dependencies
@ -150,7 +150,7 @@ jobs:
echo "BUILD_NAMEarm64=inav-configurator_MacOS_arm64_${VERSION}_${BUILD_SUFFIX}" >> $GITHUB_ENV echo "BUILD_NAMEarm64=inav-configurator_MacOS_arm64_${VERSION}_${BUILD_SUFFIX}" >> $GITHUB_ENV
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 22
#check-latest: true #check-latest: true
#cache: 'npm' #cache: 'npm'
# Workaround due to a bug in node-gyp: https://github.com/electron/rebuild/issues/1116 # Workaround due to a bug in node-gyp: https://github.com/electron/rebuild/issues/1116
@ -199,7 +199,7 @@ jobs:
echo "BUILD_NAMEx64=inav-configurator_MacOS_x64_${VERSION}_${BUILD_SUFFIX}" >> $GITHUB_ENV echo "BUILD_NAMEx64=inav-configurator_MacOS_x64_${VERSION}_${BUILD_SUFFIX}" >> $GITHUB_ENV
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 22
#check-latest: true #check-latest: true
#cache: 'npm' #cache: 'npm'
# Workaround due to a bug in node-gyp: https://github.com/electron/rebuild/issues/1116 # Workaround due to a bug in node-gyp: https://github.com/electron/rebuild/issues/1116
@ -252,7 +252,7 @@ jobs:
shell: bash shell: bash
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 22
#cache: 'npm' #cache: 'npm'
- uses: engineerd/configurator@v0.0.10 - uses: engineerd/configurator@v0.0.10
with: with:
@ -306,7 +306,7 @@ jobs:
shell: bash shell: bash
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: with:
node-version: 20 node-version: 22
#cache: 'npm' #cache: 'npm'
- uses: engineerd/configurator@v0.0.10 - uses: engineerd/configurator@v0.0.10
with: with: