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 96a9d19 + a35381d commit 1ceefdcCopy full SHA for 1ceefdc
2 files changed
.github/workflows/commitlint.yml
@@ -23,7 +23,7 @@ jobs:
23
node-version: ${{ matrix.node }}
24
25
- name: Cache node_modules 📦
26
- uses: actions/cache@v4.2.3
+ uses: actions/cache@v4.2.4
27
with:
28
path: ~/.npm
29
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
.github/workflows/tests.yml
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
0 commit comments