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 1313 - name : Checkout Project
1414 uses : actions/checkout@v5
1515 - name : Use Node.js v20
16- uses : actions/setup-node@v4
16+ uses : actions/setup-node@v5
1717 with :
1818 node-version : 22
1919 cache : yarn
Original file line number Diff line number Diff line change 1616 - name : Add problem matcher
1717 run : echo "::add-matcher::.github/problemMatchers/eslint.json"
1818 - name : Use Node.js v20
19- uses : actions/setup-node@v4
19+ uses : actions/setup-node@v5
2020 with :
2121 node-version : 22
2222 cache : yarn
3232 - name : Checkout Project
3333 uses : actions/checkout@v5
3434 - name : Use Node.js v20
35- uses : actions/setup-node@v4
35+ uses : actions/setup-node@v5
3636 with :
3737 node-version : 22
3838 cache : yarn
5050 - name : Add problem matcher
5151 run : echo "::add-matcher::.github/problemMatchers/tsc.json"
5252 - name : Use Node.js v20
53- uses : actions/setup-node@v4
53+ uses : actions/setup-node@v5
5454 with :
5555 node-version : 22
5656 cache : yarn
You can’t perform that action at this time.
0 commit comments