We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d2e14 commit 8f1f7c1Copy full SHA for 8f1f7c1
.github/workflows/code-quality.yml
@@ -38,7 +38,7 @@ jobs:
38
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
39
40
- name: Cache node modules
41
- uses: actions/cache@v2
+ uses: actions/cache@v4
42
env:
43
cache-name: cache-node-modules
44
with:
.github/workflows/e2e-tests.yml
@@ -60,9 +60,12 @@ jobs:
60
shell: bash
61
run: |
62
63
+
64
+ - name: Debug STORE_PATH
65
+ run: echo "STORE_PATH is: ${{ env.STORE_PATH }}"
66
67
68
69
70
71
0 commit comments