File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - uses : actions/checkout@v3
10- - name : Use Node.js/16
10+ - name : Use Node.js/18
1111 uses : actions/setup-node@v1
1212 with :
13- node-version : 16
13+ node-version : 18
1414 - name : Get yarn cache directory path
1515 id : yarn-cache-dir-path
1616 run : echo "::set-output name=dir::$(yarn cache dir)"
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - uses : actions/checkout@v3
12- - name : Use Node.js/16
12+ - name : Use Node.js/18
1313 uses : actions/setup-node@v1
1414 with :
15- node-version : 16
15+ node-version : 18
1616 - name : Get yarn cache directory path
1717 id : yarn-cache-dir-path
1818 run : echo "::set-output name=dir::$(yarn cache dir)"
You can’t perform that action at this time.
0 commit comments