File tree Expand file tree Collapse file tree 5 files changed +7
-5
lines changed
Expand file tree Collapse file tree 5 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ jobs:
1313 steps :
1414 - uses : actions/checkout@v2
1515
16- - name : Use Node.js 16 .x
16+ - name : Use Node.js 18 .x
1717 uses : actions/setup-node@v1
1818 with :
19- node-version : 16 .x
19+ node-version : 18 .x
2020
2121 # setup cache
2222 - name : Get yarn cache directory path
2323 id : yarn-cache-dir-path
2424 run : echo "::set-output name=dir::$(yarn cache dir)"
25- - uses : actions/cache@v2
25+ - uses : actions/cache@v4
2626 id : yarn-cache
2727 with :
2828 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
Original file line number Diff line number Diff line change 66.yalc
77yalc.lock
88yarn-error.log
9- .DS_Store
9+ .DS_Store
10+ .yarn
Original file line number Diff line number Diff line change 1+ 18
Original file line number Diff line number Diff line change 1818 "registry" : " https://registry.npmjs.org/"
1919 },
2020 "engines" : {
21- "node" : " >=16 "
21+ "node" : " >=18 "
2222 },
2323 "author" : " Valentin Hervieu" ,
2424 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments