Skip to content

Commit

Permalink
ci(setup): cache the yarn node dependencies for faster ci/cd setup pr…
Browse files Browse the repository at this point in the history
…ocess
  • Loading branch information
YossiSaadi committed Mar 12, 2024
1 parent 0fb43bd commit c8e5771
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ runs:
with:
node-version-file: ".nvmrc"
registry-url: https://registry.npmjs.org/
cache: "yarn"
- name: Install
run: yarn
shell: bash
env:
NODE_AUTH_TOKEN: ${{inputs.npm_token}}
NODE_AUTH_TOKEN: ${{ inputs.npm_token }}

0 comments on commit c8e5771

Please sign in to comment.