File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 run : echo "::add-matcher::.github/problemMatchers/eslint.json" && echo "::add-matcher::.github/problemMatchers/tsc.json"
1919
2020 - name : Use Node.js
21- uses : actions/setup-node@v4
21+ uses : actions/setup-node@v5
2222 with :
2323 cache : ' yarn'
2424 node-version-file : package.json
Original file line number Diff line number Diff line change 2222 fetch-depth : 0
2323
2424 - name : Use Node.js
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@v5
2626 with :
2727 cache : ' yarn'
2828 node-version-file : package.json
7878 fetch-depth : 0
7979
8080 - name : Use Node.js
81- uses : actions/setup-node@v4
81+ uses : actions/setup-node@v5
8282 with :
8383 cache : ' yarn'
8484 node-version-file : package.json
Original file line number Diff line number Diff line change 4444 ref : ${{ inputs.ref || '' }}
4545
4646 - name : Use Node.js
47- uses : actions/setup-node@v4
47+ uses : actions/setup-node@v5
4848 with :
4949 cache : ' yarn'
5050 node-version-file : package.json
Original file line number Diff line number Diff line change 2828 fetch-depth : 0
2929
3030 - name : Use Node.js
31- uses : actions/setup-node@v4
31+ uses : actions/setup-node@v5
3232 with :
3333 cache : ' yarn'
3434 node-version-file : package.json
Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v5
1414
1515 - name : Use Node.js
16- uses : actions/setup-node@v4
16+ uses : actions/setup-node@v5
1717 with :
1818 cache : ' yarn'
1919 node-version-file : package.json
You can’t perform that action at this time.
0 commit comments