Skip to content

Commit

Permalink
use scope
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemhiller committed Feb 7, 2025
1 parent 954079a commit cf09ef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/yarn/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ runs:
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
registry-url: https://registry.npmjs.org/
registry-url: 'https://registry.npmjs.org'
scope: '@codecademy'
- name: Custom Cypress Cache Folder
shell: bash
run: |
Expand Down

0 comments on commit cf09ef0

Please sign in to comment.