Skip to content

Commit f6d86dc

Browse files
committed
1 parent 2cc427c commit f6d86dc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,11 @@ jobs:
5858
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
5959
-
6060
name: Get npm cache directory
61+
shell: bash
6162
id: cache-node-dir
62-
run: echo "::set-output name=dir::$(npm config get cache)"
63+
run: |
64+
cacheDir=$(npm config get cache)
65+
echo "dir=$cacheDir" >> $GITHUB_OUTPUT
6366
-
6467
name: Cache Node Modules
6568
id: cache-node

0 commit comments

Comments
 (0)