diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 554134c..2e7c486 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: - node-version: "18.x" + node-version: "16.x" registry-url: "https://registry.npmjs.org/" - name: Cache .pnpm-store uses: actions/cache@v1