diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0c85368da..e028f18ec 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -25,7 +25,7 @@ jobs: echo "BUILD_NAME=inav-configurator-${VERSION}-${BUILD_SUFFIX}" >> $GITHUB_ENV - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 21 check-latest: true cache: 'npm' - name: Install linux packages @@ -92,7 +92,7 @@ jobs: echo "BUILD_NAME=inav-configurator-${VERSION}-${BUILD_SUFFIX}" >> $GITHUB_ENV - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 21 check-latest: true cache: 'npm' - name: Install packages @@ -143,7 +143,7 @@ jobs: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 21 check-latest: true cache: 'npm' - name: Install deps