Skip to content

Commit 29a7aa3

Browse files
committed
ci: fix
1 parent b4f0731 commit 29a7aa3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Documentation
33
on:
44
push:
55
branches: [master, pre, develop]
6+
pull_requests:
7+
branches: []
8+
69
jobs:
710
docs:
811
runs-on: ubuntu-latest
@@ -15,7 +18,7 @@ jobs:
1518
- name: Setup Node.js
1619
uses: actions/setup-node@v3
1720
with:
18-
node-version: "18.x"
21+
node-version: "20.x"
1922
- name: Install PNPM
2023
run: npm i -g pnpm
2124
- name: Install dependencies

.github/workflows/pull_requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: "18.x"
18+
node-version: "20.x"
1919
- name: Install PNPM
2020
run: npm i -g pnpm
2121
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Node.js
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: "18.x"
25+
node-version: "20.x"
2626
- name: Install PNPM
2727
run: npm i -g pnpm
2828
- name: Install dependencies

0 commit comments

Comments
 (0)