Skip to content

Commit 174b889

Browse files
committed
ci updates
1 parent 948cd48 commit 174b889

2 files changed

Lines changed: 12 additions & 14 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,18 @@ jobs:
1212
- name: Checkout repository
1313
uses: actions/checkout@v4
1414

15-
- name: Setup node
16-
uses: actions/setup-node@v4
17-
with:
18-
node-version: 22
19-
cache: 'pnpm'
20-
2115
- name: Install pnpm
22-
id: pnpm-install
2316
uses: pnpm/action-setup@v4
2417
with:
2518
version: 10
2619
run_install: |
2720
- args: [--frozen-lockfile]
2821
22+
- name: Setup node
23+
uses: actions/setup-node@v4
24+
with:
25+
node-version: 22
26+
cache: 'pnpm'
27+
2928
- name: Build docs website
3029
run: pnpm build

.github/workflows/deploy-docs.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,19 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515

16-
- name: Setup node
17-
uses: actions/setup-node@v4
18-
with:
19-
node-version: 22
20-
cache: 'pnpm'
21-
2216
- name: Install pnpm
23-
id: pnpm-install
2417
uses: pnpm/action-setup@v4
2518
with:
2619
version: 10
2720
run_install: |
2821
- args: [--frozen-lockfile]
2922
23+
- name: Setup node
24+
uses: actions/setup-node@v4
25+
with:
26+
node-version: 22
27+
cache: 'pnpm'
28+
3029
- name: Build docs website
3130
run: pnpm build
3231

0 commit comments

Comments
 (0)