Skip to content

Commit

Permalink
node js versionx
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Dec 25, 2023
1 parent 2d06680 commit fe3740c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fe3740c

Please sign in to comment.