Skip to content

Commit

Permalink
FIxed the issue in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnendu19 committed Sep 29, 2024
1 parent 77b3b15 commit 0109ecd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: npm/action-setup@v2
with:
version: 7

- uses: actions/setup-node@v3
with:
node-version: 16.x
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: npm/action-setup@v2
with:
version: 7

- uses: actions/setup-node@v3
with:
node-version: 16.x
Expand Down

0 comments on commit 0109ecd

Please sign in to comment.