Skip to content

Commit

Permalink
set registey
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Nov 7, 2024
1 parent c446d67 commit bc2c4d5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/api-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18.17.0'


- run: npm config set registry https://registry.npmjs.org/
- run: npm ci

- name: Copy old public.d.ts
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
with:
node-version: '18.17.0'

- run: npm config set registry https://registry.npmjs.org/
- name: Build all modules
run: npm ci

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
node-version: '18.17.0'

- run: npm config set registry https://registry.npmjs.org/
- run: npm ci

- run: npm test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
node-version: '18.17.0'

- run: npm config set registry https://registry.npmjs.org/
- run: node --version
- run: npm --version

Expand Down

0 comments on commit bc2c4d5

Please sign in to comment.