Skip to content

Commit

Permalink
updating GitHub pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Sep 16, 2024
1 parent 3e43dd3 commit 727a96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: inputs.node
node-version: ${{ inputs.node }}
cache: 'npm'
cache-dependency-path: package-lock.json

Expand Down

0 comments on commit 727a96c

Please sign in to comment.