diff --git a/.github/workflows/publish-new-version.yaml b/.github/workflows/publish-new-version.yaml index 5e519bcbfd..a6e85391f6 100644 --- a/.github/workflows/publish-new-version.yaml +++ b/.github/workflows/publish-new-version.yaml @@ -91,10 +91,10 @@ jobs: run: | git config user.name "GitHub Actions Bot" git config user.email "<>" - - name: Use Node js 18 + - name: Use Node js 20 uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '20.x' cache: 'yarn' - name: upgrade package version run: |