diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6783681369e1b1..781affd453f3b0 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -16,8 +16,7 @@ jobs: - name: Install node uses: actions/setup-node@v2 with: - node-version: 16 - cache: 'pnpm' + node-version: 20 - name: Install pnpm run: npm install -g pnpm - name: Install packages diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2267f63bdf1191..8352339ec376bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,7 @@ jobs: - name: Install node uses: actions/setup-node@v2 with: - node-version: 16 - cache: 'pnpm' + node-version: 20 - name: Install pnpm run: npm install -g pnpm - name: Install packages diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e622b40abe0fd..e5bcdf05fc7d79 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,7 @@ jobs: - name: Install node uses: actions/setup-node@v2 with: - node-version: 16 - cache: 'pnpm' + node-version: 20 - name: Install pnpm run: npm install -g pnpm - name: Install packages