diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1bf448b..c795f3d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,11 +13,11 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: use Node.js 16 + - name: use Node.js 20 uses: actions/setup-node@v1 with: registry-url: https://registry.npmjs.org/ - node-version: 16 + node-version: 20 - name: pnpm install and publish run: |