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.
2 parents 776d2b1 + 31032d8 commit a89e63fCopy full SHA for a89e63f
.github/workflows/manual-proxy-environment-deploy.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: Checkout
31
uses: actions/checkout@v4
32
33
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
34
with:
35
node-version: 24
36
.github/workflows/stage-5-publish.yaml
@@ -343,7 +343,7 @@ jobs:
343
344
path: .
345
name: sdk-ts-${{ inputs.version }}
346
347
348
node-version: '24.3'
349
registry-url: 'https://npm.pkg.github.com'
0 commit comments