File tree Expand file tree Collapse file tree 3 files changed +6
-19
lines changed Expand file tree Collapse file tree 3 files changed +6
-19
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,14 @@ jobs:
16
16
steps :
17
17
- name : Checkout tree
18
18
uses : actions/checkout@v5
19
-
20
19
- name : Set-up Node.js
21
- uses : actions/setup-node@v4
20
+ uses : actions/setup-node@v5
22
21
with :
23
22
check-latest : true
24
23
node-version : ${{ matrix.node-version }}
25
-
24
+ package-manager-cache : false
26
25
- run : corepack enable
27
-
28
26
- run : yarn install --immutable
29
-
30
27
- run : yarn format:check
31
-
32
28
- run : yarn build
33
-
34
29
- run : yarn test
Original file line number Diff line number Diff line change @@ -25,27 +25,21 @@ jobs:
25
25
steps :
26
26
- name : Checkout tree
27
27
uses : actions/checkout@v5
28
-
29
28
- name : Set-up Node.js
30
- uses : actions/setup-node@v4
29
+ uses : actions/setup-node@v5
31
30
with :
32
31
check-latest : true
33
32
node-version-file : .nvmrc
34
-
33
+ package-manager-cache : false
35
34
- run : corepack enable
36
-
37
35
- run : yarn install --immutable
38
-
39
36
- run : yarn typedoc
40
-
41
37
- name : Set-up Pages
42
38
uses : actions/configure-pages@v5
43
-
44
39
- name : Upload artifact
45
40
uses : actions/upload-pages-artifact@v4
46
41
with :
47
42
path : docs
48
-
49
43
- name : Deploy odoc to GitHub Pages
50
44
uses : actions/deploy-pages@v4
51
45
id : deployment
Original file line number Diff line number Diff line change @@ -21,16 +21,14 @@ jobs:
21
21
steps :
22
22
- name : Checkout tree
23
23
uses : actions/checkout@v5
24
-
25
24
- name : Set-up Node.js
26
- uses : actions/setup-node@v4
25
+ uses : actions/setup-node@v5
27
26
with :
28
27
check-latest : true
29
28
node-version-file : .nvmrc
30
-
29
+ package-manager-cache : false
31
30
- run : corepack enable
32
31
- run : yarn install --immutable
33
-
34
32
- name : Create Release Pull Request
35
33
uses : changesets/action@v1
36
34
with :
You can’t perform that action at this time.
0 commit comments