Skip to content

Commit

Permalink
Attempting to use forward slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxTCodes committed Feb 4, 2025
1 parent 6fb6581 commit 363843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
npm_cache_dir: ~/.npm
- os: windows-latest
test_command: npm test
npm_cache_dir: ~\AppData\Local\npm-cache
npm_cache_dir: ~/AppData/Local/npm-cache
- os: macOS-latest
test_command: npm test
npm_cache_dir: ~/.npm
Expand Down

0 comments on commit 363843a

Please sign in to comment.