mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 06:36:26 +00:00
fix docs: re-order pnpm setup action
This commit is contained in:
parent
d9bf33632b
commit
35b13341e6
6
.github/workflows/docs.yaml
vendored
6
.github/workflows/docs.yaml
vendored
@ -11,14 +11,14 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
- name: Use Node.JS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: v20.9.0
|
||||
cache: "pnpm"
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 8
|
||||
- name: Setup GitHub Deploy SSH Key
|
||||
uses: webfactory/ssh-agent@v0.4.1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user