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 47097ca commit f784e78Copy full SHA for f784e78
.github/actions/setup-node/action.yml
@@ -7,6 +7,7 @@ runs:
7
- uses: actions/setup-node@v6
8
with:
9
node-version: "16"
10
+ cache: yarn
11
12
- id: yarn-cache-dir-path
13
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
0 commit comments