Skip to content

Commit

Permalink
ci: install the version of node from the package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Jul 16, 2024
1 parent 32d35a1 commit 8de3533
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
uses: actions/checkout@v4.1.7
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Install Node
uses: actions/setup-node@v4.0.3
with:
node-version-file: package.json
- uses: DanySK/build-check-deploy-gradle-action@3.1.0
with:
build-command: true
Expand Down

0 comments on commit 8de3533

Please sign in to comment.