Skip to content

Commit b89bc4f

Browse files
fix(deps): update dependency node to v22
1 parent 5252782 commit b89bc4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
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",

0 commit comments

Comments
 (0)