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 e2a05ce commit 33173b4Copy full SHA for 33173b4
.github/workflows/nodejs.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
47
48
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
49
name: Setup pnpm cache
50
with:
51
path: ${{ steps.pnpm-cache.outputs.pnpm_cache_dir }}
@@ -87,7 +87,7 @@ jobs:
87
88
89
90
91
92
93
0 commit comments