We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954079a commit cf09ef0Copy full SHA for cf09ef0
.github/actions/yarn/action.yml
@@ -8,7 +8,8 @@ runs:
8
uses: actions/setup-node@v3
9
with:
10
node-version-file: .nvmrc
11
- registry-url: https://registry.npmjs.org/
+ registry-url: 'https://registry.npmjs.org'
12
+ scope: '@codecademy'
13
- name: Custom Cypress Cache Folder
14
shell: bash
15
run: |
0 commit comments