Skip to content

Commit

Permalink
ci: add shell
Browse files Browse the repository at this point in the history
  • Loading branch information
Albert Hernandez Pellicer committed Feb 24, 2024
1 parent bd2b4be commit eca23e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ runs:
steps:
- name: Authenticate npm 🔑
if: steps.changelog.outputs.tag
shell: bash
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Cache Dependencies ⌛️
uses: actions/cache@v4
Expand Down

0 comments on commit eca23e5

Please sign in to comment.