diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fe260284..08700451 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,10 +12,12 @@ jobs: uses: actions/checkout@v3 - name: Install Node uses: actions/setup-node@v3 + with: + node-version: latest - name: Install pnpm uses: pnpm/action-setup@v2.2.4 with: - version: 6.20.1 + version: 7.26.0 - name: Install dependencies run: pnpm install - name: Run Tests @@ -80,6 +82,8 @@ jobs: fetch-depth: 0 - name: Install Node uses: actions/setup-node@v3 + with: + node-version: latest - name: Install pnpm uses: pnpm/action-setup@v2.2.4 with: