diff --git a/.github/actions/action.yml b/.github/actions/action.yml deleted file mode 100644 index d4ebcbb..0000000 --- a/.github/actions/action.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: "Submit to Web Store" -on: - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: pnpm/action-setup@v2.2.4 - with: - version: latest - run_install: true - - name: Use Node.js 18.x - uses: actions/setup-node@v3.4.1 - with: - node-version: 18.x - cache: "pnpm" - - name: Build the extension - run: pnpm build - - name: Package the extension into a zip artifact - run: pnpm package - - name: Browser Platform Publish - uses: PlasmoHQ/bpp@v3 - with: - keys: ${{ env.SUBMIT_KEYS }} - artifact: build/chrome-mv3-prod.zip \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0a9f00..d564ae9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,10 +22,10 @@ jobs: with: version: latest run_install: true - - name: Use Node.js 16.x + - name: Use Node.js 18.x uses: actions/setup-node@v3.4.1 with: - node-version: 16.x + node-version: 18.x cache: "pnpm" - name: Build the extension run: pnpm build