We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710ba8d commit c04d9a7Copy full SHA for c04d9a7
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
node-version: 16
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
@@ -22,7 +22,7 @@ jobs:
22
23
node-version: ${{ matrix.node_version }}
24
25
26
27
28
0 commit comments