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 10, 2024
1 parent c117d0d commit fd5f550
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
token: ${{ secrets.DEPLOYMENT_TOKEN }}
- name: Install Node
uses: actions/[email protected]
with:
node-version-file: package.json
- name: Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit fd5f550

Please sign in to comment.