From c63533073446e8cf9c1820afadbcd7cc427bb12a Mon Sep 17 00:00:00 2001 From: Marcelo Bezerra <23555060+mmosca@users.noreply.github.com> Date: Thu, 20 Feb 2025 15:55:38 +0100 Subject: [PATCH] bump node version --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6ac20c4..9dcee797 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -252,7 +252,7 @@ jobs: shell: bash - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 #cache: 'npm' - uses: engineerd/configurator@v0.0.10 with: @@ -306,7 +306,7 @@ jobs: shell: bash - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 #cache: 'npm' - uses: engineerd/configurator@v0.0.10 with: