We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a856d commit e93e625Copy full SHA for e93e625
.github/workflows/bandchainjs.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Cache node_modules
23
id: bandchainjs-node-modules-cache
24
- uses: actions/cache@v1
+ uses: actions/cache@v4
25
with:
26
path: ./node_modules
27
key: ${{ runner.OS }}-bandchainjs-test-${{ hashFiles('**/yarn.lock') }}-node-v${{ matrix.node-version }}
0 commit comments