diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 075c93c8d..31c14c382 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: + 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 234d7f771..72e61e68c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -28,6 +28,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3 with: + node-version: 16 cache: pnpm - name: Package & Deploy Docs run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 167cb7997..68003f622 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,7 @@ jobs: - uses: actions/setup-node@v3 with: registry-url: https://registry.npmjs.org/ + node-version: 16 cache: pnpm - name: Setup and build run: | @@ -75,6 +76,7 @@ jobs: - uses: actions/setup-node@v3 with: registry-url: https://registry.npmjs.org/ + node-version: 16 cache: pnpm - name: Setup and build run: |