diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1d0fe59375c92f..8a37bb1f6685ae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,10 +23,10 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2.2.4 - - name: Set node version to 18.x + - name: Set node version to 16.x uses: actions/setup-node@v3 with: - node-version: 18.x + node-version: 16.x registry-url: https://registry.npmjs.org/ cache: "pnpm"