diff --git a/.github/workflows/stage-publish-sdk.yml b/.github/workflows/stage-publish-sdk.yml index 7684cf5..70c47da 100644 --- a/.github/workflows/stage-publish-sdk.yml +++ b/.github/workflows/stage-publish-sdk.yml @@ -29,6 +29,11 @@ jobs: steps: - name: Checkout Repo uses: actions/checkout@v4 + - name: Setup Node + uses: actions/setup-node@v4 + with: + node-version: 20 + registry-url: https://registry.npmjs.org - name: Calculate tag id: tag