diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 064650d0fe5..466724a3134 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 16 cache: pnpm - uses: dorny/paths-filter@v2 id: changes diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 2feca135122..a350f1945c2 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -28,7 +28,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: - node-version: 20 + node-version: 16 cache: pnpm - name: Package & Deploy Docs run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2f2c8773eb7..577f8fff4fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/setup-node@v3 with: registry-url: https://registry.npmjs.org/ - node-version: 20 + node-version: 16 cache: pnpm - name: Setup and build run: | @@ -76,7 +76,7 @@ jobs: - uses: actions/setup-node@v3 with: registry-url: https://registry.npmjs.org/ - node-version: 20 + node-version: 16 cache: pnpm - name: Setup and build run: |