diff --git a/.github/workflows/nuxtjs.yml b/.github/workflows/nuxtjs.yml index 0295e97..75e7329 100644 --- a/.github/workflows/nuxtjs.yml +++ b/.github/workflows/nuxtjs.yml @@ -31,11 +31,17 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + + - uses: pnpm/action-setup@v4 + with: + run_install: false + - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "20" + node-version: "22" cache: pnpm + - name: Setup Pages uses: actions/configure-pages@v5 with: