diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2e0703b..ec42dd6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,10 +14,10 @@ jobs: with: persist-credentials: false - - name: Setup Node.js 16.13.0 + - name: Setup Node.js 16.17.0 uses: actions/setup-node@master with: - node-version: "16.13.0" + node-version: "16.17.0" - name: Setup pnpm uses: pnpm/action-setup@v2