File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 timeout-minutes : 20
99 steps :
10- - uses : actions/checkout@v2
11- - uses : actions/setup-node@v1
10+ - uses : actions/checkout@v4
11+ - uses : actions/setup-node@v4
1212 with :
13- node-version : 12
13+ node-version : 18
1414 - name : Get yarn cache
1515 id : yarn-cache
1616 run : echo "::set-output name=dir::$(yarn cache dir)"
1717 - name : Cache node modules
18- uses : actions/cache@v1
18+ uses : actions/cache@v4
1919 with :
2020 path : ${{ steps.yarn-cache.outputs.dir }}
2121 key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ inputs:
7171 required : false
7272
7373runs :
74- using : ' node12 '
74+ using : ' node20 '
7575 main : ' build/index.js'
7676
7777branding :
You can’t perform that action at this time.
0 commit comments