diff --git a/.github/workflows/check-generated-clients.yml b/.github/workflows/check-generated-clients.yml index b3e7f8093..5672a5d67 100644 --- a/.github/workflows/check-generated-clients.yml +++ b/.github/workflows/check-generated-clients.yml @@ -39,7 +39,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: - node-version: 22 + node-version: 22.22.1 cache: "pnpm" cache-dependency-path: typescript/pnpm-lock.yaml diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index f55830d75..85dc55a66 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -43,7 +43,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: - node-version: 22 + node-version: 22.22.1 cache: "pnpm" cache-dependency-path: "./typescript/pnpm-lock.yaml" diff --git a/.github/workflows/typescript_e2e_test.yml b/.github/workflows/typescript_e2e_test.yml index 7e6fa935c..43c7f5d88 100644 --- a/.github/workflows/typescript_e2e_test.yml +++ b/.github/workflows/typescript_e2e_test.yml @@ -33,7 +33,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: - node-version: 22 + node-version: 22.22.1 cache: "pnpm" cache-dependency-path: "./typescript/pnpm-lock.yaml" diff --git a/.github/workflows/typescript_lint.yml b/.github/workflows/typescript_lint.yml index 80946957d..21d34a15e 100644 --- a/.github/workflows/typescript_lint.yml +++ b/.github/workflows/typescript_lint.yml @@ -32,7 +32,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: - node-version: 22 + node-version: 22.22.1 cache: "pnpm" cache-dependency-path: "./typescript/pnpm-lock.yaml" @@ -62,7 +62,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: - node-version: 22 + node-version: 22.22.1 cache: "pnpm" cache-dependency-path: "./typescript/pnpm-lock.yaml" @@ -100,7 +100,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: - node-version: 22 + node-version: 22.22.1 cache: "pnpm" cache-dependency-path: "./typescript/pnpm-lock.yaml" @@ -130,7 +130,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: - node-version: 22 + node-version: 22.22.1 cache: "pnpm" cache-dependency-path: "./typescript/pnpm-lock.yaml" @@ -160,7 +160,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: - node-version: 22 + node-version: 22.22.1 cache: "pnpm" cache-dependency-path: "./typescript/pnpm-lock.yaml" @@ -190,7 +190,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: - node-version: 22 + node-version: 22.22.1 cache: "pnpm" cache-dependency-path: "./typescript/pnpm-lock.yaml" diff --git a/.github/workflows/typescript_publish.yml b/.github/workflows/typescript_publish.yml index 4ba255a28..de35cac03 100644 --- a/.github/workflows/typescript_publish.yml +++ b/.github/workflows/typescript_publish.yml @@ -33,7 +33,7 @@ jobs: - name: Setup Node uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: - node-version: 22 + node-version: 22.22.1 registry-url: "https://registry.npmjs.org" cache: "pnpm" cache-dependency-path: ./typescript diff --git a/.github/workflows/typescript_test.yml b/.github/workflows/typescript_test.yml index b1efdc8bc..6181efd88 100644 --- a/.github/workflows/typescript_test.yml +++ b/.github/workflows/typescript_test.yml @@ -32,7 +32,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0 with: - node-version: 22 + node-version: 22.22.1 cache: "pnpm" cache-dependency-path: "./typescript/pnpm-lock.yaml"