File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 build :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 with :
1313 ref : ${{ github.head_ref }}
1414
15- - uses : actions/setup-node@v5
15+ - uses : actions/setup-node@v6
1616 with :
17- node-version : 22
17+ node-version : 24
1818
1919 - uses : creyD/prettier_action@v4.6
2020 with :
3030 env :
3131 CI : true
3232
33- - uses : codecov/codecov-action@v5
33+ - uses : codecov/codecov-action@v6
3434 with :
3535 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
23- - uses : actions/setup-node@v5
23+ - uses : actions/setup-node@v6
2424 with :
2525 node-version : 24
2626 registry-url : https://registry.npmjs.org
Original file line number Diff line number Diff line change 1- 24.13
1+ 24.15
Original file line number Diff line number Diff line change 77 " packages/*"
88 ],
99 "devDependencies" : {
10- "@changesets/changelog-github" : " 0.5.1 " ,
11- "@changesets/cli" : " 2.29.7 " ,
10+ "@changesets/changelog-github" : " 0.7.0 " ,
11+ "@changesets/cli" : " 2.31.0 " ,
1212 "@types/jest" : " 30.0.0" ,
13- "@types/node" : " ^24 " ,
14- "jest" : " 30.2.0 " ,
15- "lerna" : " 9.0.0 " ,
16- "prettier" : " 3.6.2 " ,
17- "rimraf" : " 6.0.1 " ,
18- "ts-jest" : " 29.4.4 " ,
13+ "@types/node" : " ^25.0.0 " ,
14+ "jest" : " 30.4.2 " ,
15+ "lerna" : " 9.0.7 " ,
16+ "prettier" : " 3.8.3 " ,
17+ "rimraf" : " 6.1.3 " ,
18+ "ts-jest" : " 29.4.10 " ,
1919 "ts-node" : " 10.9.2" ,
20- "typescript" : " 5.9 .3"
20+ "typescript" : " 6.0 .3"
2121 },
2222 "dependencies" : {},
2323 "scripts" : {
You can’t perform that action at this time.
0 commit comments