Skip to content

Commit

Permalink
Update PullRequest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ritikramuka authored Jul 5, 2024
1 parent c3f8f4e commit 0610ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Ensure node_modules directory is clean
run: |
if [ -d "node_modules" ]; then
if [ "${{ runner.os }}" == "Windows" ]; then
if [ "${{ runner.os }}" == "windows-latest" ]; then
Remove-Item -Recurse -Force "node_modules"
else
rm -rf node_modules
Expand Down

0 comments on commit 0610ee3

Please sign in to comment.