File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v3
1515 - uses : actions/setup-node@v3
1616 with :
17- node-version : 18
17+ node-version : 24
1818 - run : npm ci
1919 - name : Release
2020 env :
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v3
1414 - uses : actions/setup-node@v3
1515 with :
16- node-version : 18
16+ node-version : 24
1717 - run : npm ci
1818 - name : Test
1919 run : npm run test
2424 - uses : actions/checkout@v3
2525 - uses : actions/setup-node@v3
2626 with :
27- node-version : 18
27+ node-version : 24
2828 - run : npm ci
2929 - name : Lint
3030 run : npm run lint
Original file line number Diff line number Diff line change 3333 "@tsconfig/node18" : " 18.2.1" ,
3434 "@types/chai" : " 4.3.20" ,
3535 "@types/mocha" : " 10.0.10" ,
36- "@types/node" : " 22.19.3 " ,
36+ "@types/node" : " 24.10.4 " ,
3737 "@typescript-eslint/eslint-plugin" : " 8.51.0" ,
3838 "@typescript-eslint/parser" : " 8.51.0" ,
3939 "chai" : " 6.2.2" ,
You can’t perform that action at this time.
0 commit comments