diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8cc0357..dcf8890 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: with: node-version: 18.x cache: 'yarn' - architecture: 'x86' + architecture: 'x64' - name: Install dependencies run: yarn - name: Build and publish package