diff --git a/.github/workflows/submit.yml b/.github/workflows/submit.yml index f4de392..9b443ce 100644 --- a/.github/workflows/submit.yml +++ b/.github/workflows/submit.yml @@ -18,10 +18,10 @@ jobs: with: version: latest run_install: true - - name: Use Node.js 16.x + - name: Use Node.js 20.x uses: actions/setup-node@v3.4.1 with: - node-version: 16.x + node-version: 20.x cache: "pnpm" - name: Build the extension run: pnpm build diff --git a/.gitignore b/.gitignore index 54afb48..12865a0 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ dist/ # typescript .tsbuildinfo + +key.json \ No newline at end of file