Skip to content

Commit

Permalink
ghaction
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Jun 1, 2023
1 parent efd6289 commit 17bb67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "latest"
# registry-url: https://registry.npmjs.org
registry-url: https://registry.npmjs.org

- name: check latest released version
id: check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/built-alpha-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "latest"
# registry-url: https://registry.npmjs.org
registry-url: https://registry.npmjs.org

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 17bb67e

Please sign in to comment.