File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 uses : actions/setup-node@v3
1717 with :
1818 node-version : ${{ env.NODE_VERSION }}
19- - uses : actions/cache@v2
19+ - uses : actions/cache@v3
2020 with :
2121 path : ' **/node_modules'
2222 key : ${{ runner.os }}-${{ env.NODE_VERSION }}-modules-${{ hashFiles('**/yarn.lock') }}
3232 steps :
3333 - name : Running lint
3434 uses : actions/checkout@v3
35- - uses : actions/cache@v2
35+ - uses : actions/cache@v3
3636 with :
3737 path : ' **/node_modules'
3838 key : ${{ runner.os }}-${{ env.NODE_VERSION }}-modules-${{ hashFiles('**/yarn.lock') }}
4848 steps :
4949 - name : Running tests
5050 uses : actions/checkout@v3
51- - uses : actions/cache@v2
51+ - uses : actions/cache@v3
5252 with :
5353 path : ' **/node_modules'
5454 key : ${{ runner.os }}-${{ env.NODE_VERSION }}-modules-${{ hashFiles('**/yarn.lock') }}
6868 steps :
6969 - name : Build
7070 uses : actions/checkout@v3
71- - uses : actions/cache@v2
71+ - uses : actions/cache@v3
7272 with :
7373 path : ' **/node_modules'
7474 key : ${{ runner.os }}-${{ env.NODE_VERSION }}-modules-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments