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 72302fe commit fbe7430Copy full SHA for fbe7430
1 file changed
.github/workflows/nodejs.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: ${{ matrix.node-version }}
26
- name: Cache Node Modules
27
id: cache-node-modules
28
- uses: actions/cache@v5
+ uses: actions/cache@v6
29
with:
30
path: node_modules
31
key: node-modules-${{ hashFiles('package-lock.json') }}
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
70
0 commit comments