Skip to content

Commit 41ef1c3

Browse files
committed
Update NodeJS and PNPM for docs building
1 parent e349ff7 commit 41ef1c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: pnpm/action-setup@v2
1515
with:
16-
version: 8
16+
version: 9
1717
- name: Use Node.JS
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: v20.9.0
20+
node-version: 22.x
2121
cache: "pnpm"
2222
cache-dependency-path: |
2323
SpotifyAPI.Docs/pnpm-lock.yaml

0 commit comments

Comments
 (0)