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.
2 parents 2098a5a + f7a1b3d commit a42d4dfCopy full SHA for a42d4df
.github/workflows/nodejs.yml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
49
50
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
51
name: Setup pnpm cache
52
with:
53
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
95
0 commit comments