Skip to content

Commit 0b168b1

Browse files
committed
Fix workflow nodejs.yml
1 parent 43b59f4 commit 0b168b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
os: macos-latest
2626
prepare-npm-cache-windows:
27-
uses: ./github/workflows/prepare-cache.yml
27+
uses: ./.github/workflows/prepare-cache.yml
2828
with:
2929
os: windows-latest
3030

0 commit comments

Comments
 (0)