File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 - name : Setup Node
1515 uses : actions/setup-node@v1
1616 with :
17- node-version : " 12 .x"
17+ node-version : " 22 .x"
1818
1919 - name : Get yarn cache
2020 id : yarn-cache
2121 run : echo "::set-output name=dir::$(yarn cache dir)"
2222
2323 - name : Cache dependencies
24- uses : actions/cache@v1
24+ uses : actions/cache@v4
2525 with :
2626 path : ${{ steps.yarn-cache.outputs.dir }}
2727 key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v1
99 - uses : actions/setup-node@v1
1010 with :
11- node-version : " 13 .x"
11+ node-version : " 22 .x"
1212 - run : yarn
1313 - run : yarn analyze
1414 typescript :
1818 - uses : actions/checkout@v1
1919 - uses : actions/setup-node@v1
2020 with :
21- node-version : " 13 .x"
21+ node-version : " 22 .x"
2222 - run : yarn
2323 - run : yarn type-check
You can’t perform that action at this time.
0 commit comments