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 99 test :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
13- - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
12+ - uses : actions/checkout@v5
13+ - uses : actions/setup-node@v6
1414 with :
15- node-version : 24
15+ node-version : 25
1616 check-latest : true
1717 - name : npm install
1818 run : npm i
3434 run : node --run test
3535 timeout-minutes : 4
3636 - name : Upload coverage
37- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
37+ uses : codecov/codecov-action@v5
3838 with :
3939 token : ${{ secrets.CODECOV_TOKEN }}
4040 - name : Deploy gh-pages
Original file line number Diff line number Diff line change 5858 "@linaria/core" : " ^6.3.0" ,
5959 "@tanstack/react-router" : " ^1.132.31" ,
6060 "@tanstack/router-plugin" : " ^1.132.31" ,
61- "@types/node" : " ^24.6.2 " ,
61+ "@types/node" : " ^24.8.0 " ,
6262 "@types/react" : " ^19.2.0" ,
6363 "@types/react-dom" : " ^19.2.0" ,
6464 "@typescript-eslint/eslint-plugin" : " ^8.39.1" ,
You can’t perform that action at this time.
0 commit comments