We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc427c commit f6d86dcCopy full SHA for f6d86dc
.github/workflows/docs.yml
@@ -58,8 +58,11 @@ jobs:
58
key: tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
59
-
60
name: Get npm cache directory
61
+ shell: bash
62
id: cache-node-dir
- run: echo "::set-output name=dir::$(npm config get cache)"
63
+ run: |
64
+ cacheDir=$(npm config get cache)
65
+ echo "dir=$cacheDir" >> $GITHUB_OUTPUT
66
67
name: Cache Node Modules
68
id: cache-node
0 commit comments