From 41ef1c351892533aec245d4d8aafffe4a7ae040d Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Sat, 12 Oct 2024 23:52:49 +0200 Subject: [PATCH] Update NodeJS and PNPM for docs building --- .github/workflows/docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 67d9c2840..43cc01b87 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -13,11 +13,11 @@ jobs: uses: actions/checkout@v4 - uses: pnpm/action-setup@v2 with: - version: 8 + version: 9 - name: Use Node.JS uses: actions/setup-node@v3 with: - node-version: v20.9.0 + node-version: 22.x cache: "pnpm" cache-dependency-path: | SpotifyAPI.Docs/pnpm-lock.yaml