File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1515 - uses : actions/setup-node@v6
1616 with :
17- node-version : 20 .x
17+ node-version : 24 .x
1818 cache : ' npm'
1919 - uses : actions/setup-python@v6
2020 with :
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v6
1313 - uses : actions/setup-node@v6
1414 with :
15- node-version : 20 .x
15+ node-version : 24 .x
1616 cache : ' npm'
1717 - run : npm install
1818 - run : npm run lint
Original file line number Diff line number Diff line change 1414 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1515 - uses : actions/setup-node@v6
1616 with :
17- node-version : 20 .x
17+ node-version : 24 .x
1818 registry-url : ' https://registry.npmjs.org'
1919 - run : npm install
2020 - run : npm run build
Original file line number Diff line number Diff line change 2121 token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2222 - uses : actions/setup-node@v6
2323 with :
24- node-version : 20 .x
24+ node-version : 24 .x
2525 registry-url : ' https://registry.npmjs.org'
2626 - run : npm install
2727 - run : |
Original file line number Diff line number Diff line change 11[tools ]
2- node = " 20 "
2+ node = " 24 "
Original file line number Diff line number Diff line change 3030 "devDependencies" : {
3131 "@biomejs/biome" : " 2.4.10" ,
3232 "@types/jest" : " ^30.0.0" ,
33- "@types/node" : " ^22 .0.0" ,
33+ "@types/node" : " ^24 .0.0" ,
3434 "@types/winston" : " ^2.4.4" ,
3535 "@typescript-eslint/eslint-plugin" : " ^8.0.0" ,
3636 "@typescript-eslint/parser" : " ^8.0.0" ,
You can’t perform that action at this time.
0 commit comments