We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f92c5 commit 077712dCopy full SHA for 077712d
1 file changed
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
node-version: ${{ matrix.node-version }}
29
- name: Cache Node Modules
30
id: cache-node-modules
31
- uses: actions/cache@v2
+ uses: actions/cache@v3
32
with:
33
path: node_modules
34
key: ${{ hashFiles('**/package-lock.json') }}
0 commit comments