We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da7a67 commit 1773530Copy full SHA for 1773530
1 file changed
.github/workflows/publish-ts-sdk.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Setup Node.js for npm publishing
22
uses: actions/setup-node@v4
23
with:
24
- node-version: '18'
+ node-version: '22'
25
registry-url: 'https://registry.npmjs.org/'
26
27
- name: Install dependencies
0 commit comments