From fe3740c254d05c7326c599aeffba213c9d39afa9 Mon Sep 17 00:00:00 2001 From: Marcelo Bezerra <23555060+mmosca@users.noreply.github.com> Date: Mon, 25 Dec 2023 23:46:03 +0100 Subject: [PATCH] node js versionx --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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