We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5252782 commit b89bc4fCopy full SHA for b89bc4f
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
# Setup .npmrc file to publish to npm
15
- uses: actions/setup-node@v3
16
with:
17
- node-version: '16.x'
+ node-version: '22.x'
18
registry-url: 'https://registry.npmjs.org'
19
20
- run: npm install
package.json
@@ -28,7 +28,7 @@
28
"typescript": "5.2.2"
29
},
30
"dependencies": {
31
- "@types/node": "^18.0.6",
+ "@types/node": "^22.0.0",
32
"@vertx/eventbus-bridge-client.js": "^1.0.0-3-SNAPSHOT",
33
"axios": "^0.27.2",
34
"skywalking-backend-js": "^0.6.0",
0 commit comments