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 aaf0698 commit de9a67dCopy full SHA for de9a67d
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
node-version: 14
15
cache: npm
16
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
17
18
path: ~/.npm
19
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
24
node-version: ${{ matrix.node_version }}
25
26
27
28
29
0 commit comments