Skip to content

Commit

Permalink
fix: use correct name of the node-version input
Browse files Browse the repository at this point in the history
  • Loading branch information
ilfa committed Dec 6, 2024
1 parent 6aab00c commit 8cbd957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ jobs:
- name: 'Install latest node version'
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.nodeVersion }}
node-version: ${{ inputs.node-version }}
check-latest: true
cache: ${{ env.PACKAGE_MANAGER }}

- name: Install dependencies
run: $PACKAGE_MANAGER install ${{ inputs.yarnFlags }}
run: $PACKAGE_MANAGER install

- name: Run after install
run: ${{ inputs.run-after-install }}
Expand Down

0 comments on commit 8cbd957

Please sign in to comment.