File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: Documentation
33on :
44 push :
55 branches : [master, pre, develop]
6+ pull_requests :
7+ branches : []
8+
69jobs :
710 docs :
811 runs-on : ubuntu-latest
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments