diff --git a/.github/workflows/server-ci.yml b/.github/workflows/server-ci.yml index 4c30766b4..218bc32ad 100644 --- a/.github/workflows/server-ci.yml +++ b/.github/workflows/server-ci.yml @@ -27,9 +27,13 @@ jobs: with: node-version: '20' cache: 'npm' + registry-url: 'https://npm.pkg.github.com' + scope: '@boudra' - name: Install dependencies run: npm ci + env: + NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Typecheck run: npm run typecheck --workspace=@paseo/server