diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbe3cfc43..e98b6fced 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4.4.0 with: - node-version: 20 + node-version: 20.19.4 check-latest: true cache: "pnpm" - run: pnpm install @@ -30,7 +30,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4.4.0 with: - node-version: 20 + node-version: 20.19.4 check-latest: true cache: "pnpm" - run: pnpm install diff --git a/.github/workflows/pull_request_title.yml b/.github/workflows/pull_request_title.yml index f1d4baf94..45a7cb802 100644 --- a/.github/workflows/pull_request_title.yml +++ b/.github/workflows/pull_request_title.yml @@ -13,7 +13,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4.4.0 with: - node-version: 20 + node-version: 20.19.4 check-latest: true cache: 'pnpm' - run: pnpm install diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f234c357c..1149d8c42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4.4.0 with: - node-version: 20 + node-version: 20.19.4 cache: 'pnpm' - run: pnpm install - name: Create Release Pull Request or Publish to npm