File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 node-version : 16.x
2020 - name : Cache Node.js modules
21- uses : actions/cache@v4.0.2
21+ uses : actions/cache@v4.1.0
2222 with :
2323 path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
2424 key : ${{ runner.OS }}-node-16.x-${{ hashFiles('**/package-lock.json') }}
4343 with :
4444 node-version : ${{ matrix.node-version }}
4545 - name : Cache Node.js modules
46- uses : actions/cache@v4.0.2
46+ uses : actions/cache@v4.1.0
4747 with :
4848 path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
4949 key : ${{ runner.OS }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1818 with :
1919 node-version : 16.x
2020 - name : Cache Node.js modules
21- uses : actions/cache@v4.0.2
21+ uses : actions/cache@v4.1.0
2222 with :
2323 path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
2424 key : ${{ runner.OS }}-node-16.x-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments