Skip to content

Commit cf09ef0

Browse files
committed
use scope
1 parent 954079a commit cf09ef0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/yarn/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ runs:
88
uses: actions/setup-node@v3
99
with:
1010
node-version-file: .nvmrc
11-
registry-url: https://registry.npmjs.org/
11+
registry-url: 'https://registry.npmjs.org'
12+
scope: '@codecademy'
1213
- name: Custom Cypress Cache Folder
1314
shell: bash
1415
run: |

0 commit comments

Comments
 (0)