Skip to content

Commit

Permalink
Update NodeJS and PNPM for docs building
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyCrazy committed Oct 12, 2024
1 parent e349ff7 commit 41ef1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41ef1c3

Please sign in to comment.