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 21, 2024
1 parent de76691 commit 4f9385e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/real-workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ jobs:
|| github.event.pull_request.head.repo.full_name == github.repository
)
steps:
- name: Install Node
uses: actions/[email protected]
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Install Node
uses: actions/[email protected]
with:
node-version-file: package.json
- name: Install dependencies
run: npm install
- name: Semantic Release
Expand Down

0 comments on commit 4f9385e

Please sign in to comment.