diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 91992ba..83c134c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.13] + node-version: [20.8] env: NODE_ENV: production PROD_URL: ${{ secrets.PROD_URL }} @@ -22,9 +22,9 @@ jobs: uses: actions/checkout@v2.3.4 - name: Pnpm - uses: pnpm/action-setup@v2.2.1 + uses: pnpm/action-setup@v2.4.0 with: - version: 6.32.3 + version: 8.9.0 - name: Cache uses: actions/cache@v2