File tree Expand file tree Collapse file tree 6 files changed +770
-556
lines changed Expand file tree Collapse file tree 6 files changed +770
-556
lines changed Original file line number Diff line number Diff line change 1111 with :
1212 node-version : 18
1313 - name : Cache Node.js modules
14- uses : actions/cache@v4.0.1
14+ uses : actions/cache@v4
1515 with :
1616 path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
1717 key : ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 4747 with :
4848 node-version : 18
4949 - name : Cache Node.js modules
50- uses : actions/cache@v4.0.1
50+ uses : actions/cache@v4
5151 with :
5252 path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
5353 key : ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
7878 with :
7979 node-version : 18
8080 - name : Cache Node.js modules
81- uses : actions/cache@v4.0.1
81+ uses : actions/cache@v4
8282 with :
8383 path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
8484 key : ${{ runner.OS }}-main-node2-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 1313 with :
1414 node-version : 18
1515 - name : Cache Node.js modules
16- uses : actions/cache@v4.0.1
16+ uses : actions/cache@v4
1717 with :
1818 path : ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
1919 key : ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments