Skip to content

Commit b906175

Browse files
committed
1 parent 34f9de7 commit b906175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
-
6060
name: Get npm cache directory
6161
id: cache-node-dir
62-
run: echo "::set-output name=dir::$(npm config get cache)"
62+
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
6363
-
6464
name: Cache Node Modules
6565
id: cache-node

0 commit comments

Comments
 (0)