diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 347660b..07222bf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,10 +32,11 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 # Not needed if lastUpdated is not enabled + - uses: pnpm/action-setup@v4 - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: latest cache: pnpm - name: Setup Pages uses: actions/configure-pages@v4