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 04ad86e commit 4de6adcCopy full SHA for 4de6adc
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version-file: '.nvmrc'
28
29
- name: Reuse npm cache folder
30
- uses: actions/cache@v3
+ uses: actions/cache@v4
31
env:
32
cache-name: cache-node-modules
33
with:
@@ -53,7 +53,7 @@ jobs:
53
54
# https://firebase.google.com/docs/emulator-suite/install_and_configure#integrate_with_your_ci_system
55
- name: Reuse firebase emulators cache folder
56
57
58
59
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
0 commit comments