diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 064650d0f..466724a31 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 2feca1351..a350f1945 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 2f2c8773e..577f8fff4 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: |