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 010d590 commit e8fabffCopy full SHA for e8fabff
.github/workflows/ci-typescript.yaml
@@ -14,6 +14,8 @@ jobs:
14
uses: actions/setup-node@v4
15
with:
16
node-version: "latest"
17
+ registry-url: https://npm.pkg.github.com/
18
+ scope: "@blueye-robotics"
19
20
- name: Create tsconfig
21
run: |
0 commit comments