Skip to content

Commit a36ac91

Browse files
Merge pull request #81 from Palbahngmiyine/master
Update GitHub Actions Workflow
2 parents 3d76bc7 + 44b4c46 commit a36ac91

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-docs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4
16+
- name: Setup pnpm
17+
uses: pnpm/action-setup@v4
18+
with:
19+
version: 10.15.1
1620
- name: Setup Node.js
1721
uses: actions/setup-node@v4
1822
with:
1923
node-version: 18
2024
cache: pnpm
2125
cache-dependency-path: pnpm-lock.yaml
22-
- name: Setup pnpm
23-
uses: pnpm/action-setup@v4
24-
with:
25-
version: 10.15.1
2626
- name: Install dependencies
2727
run: pnpm install --frozen-lockfile
2828
- name: Build docs

0 commit comments

Comments
 (0)