Skip to content

Commit

Permalink
bring back the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Oct 28, 2024
1 parent e13123e commit 7871dfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup_node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ checking out a specific branch.
steps:
- uses: actions/checkout@v4

- uses: ./.github/actions/setup_node
- id: setup-node
uses: ./.github/actions/setup_node

- run: echo "${{ steps.setup-node.outputs.version }}"
```
2 changes: 2 additions & 0 deletions .github/actions/setup_node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ runs:
echo "version=$VERSION" >> $GITHUB_OUTPUT
- uses: actions/setup-node@v4
with:
registry-url: https://registry.npmjs.org

0 comments on commit 7871dfa

Please sign in to comment.