File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 - uses : actions/checkout@v2
1010 - uses : actions/setup-node@v3
1111 with :
12- node-version : 16
12+ node-version : 24
1313 registry-url : https://registry.npmjs.org
1414 - run : npm install
1515 - run : npm run build
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v2
1111 - uses : actions/setup-node@v3
1212 with :
13- node-version : 16
13+ node-version : 24
1414 registry-url : https://registry.npmjs.org
1515 - run : npm install
1616 - run : npm run build
Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v2
99 - uses : actions/setup-node@v3
1010 with :
11- node-version : 16
11+ node-version : 24
1212 - run : npm install
1313 - run : npx tsc -noEmit
1414 - run : npm run eslint:check
Original file line number Diff line number Diff line change 2929 "devDependencies" : {
3030 "@cubos/eslint-config" : " ^2.0.631875" ,
3131 "@types/jest" : " ^28.1.4" ,
32- "@types/node" : " ^18 .0.0" ,
32+ "@types/node" : " ^24 .0.0" ,
3333 "jest" : " ^28.1.2" ,
3434 "jest-extended" : " ^2.0.0" ,
3535 "ts-jest" : " ^28.0.5" ,
You can’t perform that action at this time.
0 commit comments