Skip to content

Commit

Permalink
specify org
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelvlach committed Jan 23, 2024
1 parent 64b188e commit 5d78ad0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/agdb_api_typescript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
registry-url: "https://registry.npmjs.org"
- working-directory: agdb_api/typescript
run: |
npm ci
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
env:
CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
- uses: actions/setup-node@v4
with:
registry-url: "https://registry.npmjs.org"
- working-directory: agdb_api/typescript
run: |
npm ci
Expand Down

0 comments on commit 5d78ad0

Please sign in to comment.