File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 - name : Set up NodeJS
2828 uses : actions/setup-node@v3
2929 with :
30- node-version : 16
30+ node-version : 22
3131
3232 - name : Install dependencies
3333 run : npm install
Original file line number Diff line number Diff line change 1414 # Setup .npmrc file to publish to npm
1515 - uses : actions/setup-node@v3
1616 with :
17- node-version : ' 16 .x'
17+ node-version : ' 22 .x'
1818 registry-url : ' https://registry.npmjs.org'
1919
2020 - run : npm install
Original file line number Diff line number Diff line change 2828 "typescript" : " 5.2.2"
2929 },
3030 "dependencies" : {
31- "@types/node" : " ^18 .0.6 " ,
31+ "@types/node" : " ^22 .0.0 " ,
3232 "@vertx/eventbus-bridge-client.js" : " ^1.0.0-3-SNAPSHOT" ,
3333 "axios" : " ^0.27.2" ,
3434 "skywalking-backend-js" : " ^0.6.0" ,
You can’t perform that action at this time.
0 commit comments