mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46: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:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: 8
|
||||||
- name: Use Node.JS
|
- name: Use Node.JS
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: v20.9.0
|
node-version: v20.9.0
|
||||||
cache: "pnpm"
|
cache: "pnpm"
|
||||||
- uses: pnpm/action-setup@v2
|
|
||||||
with:
|
|
||||||
version: 8
|
|
||||||
- name: Setup GitHub Deploy SSH Key
|
- name: Setup GitHub Deploy SSH Key
|
||||||
uses: webfactory/ssh-agent@v0.4.1
|
uses: webfactory/ssh-agent@v0.4.1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user