Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dunalpasindu authored Jul 24, 2024
1 parent 80bdaa7 commit 58c8d2d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: ./install.bat
- run: npm install
- run: chmod +x ./install.bat
- run: ./install.bat


0 comments on commit 58c8d2d

Please sign in to comment.