File tree Expand file tree Collapse file tree 7 files changed +23
-17
lines changed Expand file tree Collapse file tree 7 files changed +23
-17
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
12
12
steps :
13
13
- uses : actions/checkout@v4
14
- - name : Use Node.js 18
14
+ - name : Use Node.js 20
15
15
uses : actions/setup-node@v4
16
16
with :
17
- node-version : 18
17
+ node-version : 20
18
18
19
19
- name : Install apiaryio
20
20
run : sudo gem install apiaryio
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
18
18
steps :
19
19
- uses : actions/checkout@v4
20
- - name : Use Node.js 18
20
+ - name : Use Node.js 20
21
21
uses : actions/setup-node@v4
22
22
with :
23
- node-version : 18
23
+ node-version : 20
24
24
cache : ' npm'
25
25
cache-dependency-path : ' package-lock.json'
26
26
always-auth : ' true'
Original file line number Diff line number Diff line change 8
8
steps :
9
9
- uses : actions/checkout@v4
10
10
11
- - name : Use Node.js 18
11
+ - name : Use Node.js 20
12
12
uses : actions/setup-node@v4
13
13
with :
14
- node-version : 18
14
+ node-version : 20
15
15
cache : ' npm'
16
16
cache-dependency-path : ' package-lock.json'
17
17
always-auth : ' true'
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ jobs:
16
16
with :
17
17
fetch-depth : 0
18
18
19
- - name : Use Node.js 18
19
+ - name : Use Node.js 20
20
20
uses : actions/setup-node@v4
21
21
with :
22
- node-version : 18
22
+ node-version : 20
23
23
24
24
- name : Check changes in theme
25
25
id : changed-theme-files
@@ -38,10 +38,10 @@ jobs:
38
38
with :
39
39
token : ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
40
40
41
- - name : Use Node.js 18
41
+ - name : Use Node.js 20
42
42
uses : actions/setup-node@v4
43
43
with :
44
- node-version : 18
44
+ node-version : 20
45
45
cache : ' npm'
46
46
cache-dependency-path : ' package-lock.json'
47
47
always-auth : ' true'
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
- name : Checkout Source code
14
14
uses : actions/checkout@v4
15
15
16
- - name : Use Node.js 18
16
+ - name : Use Node.js 20
17
17
uses : actions/setup-node@v4
18
18
with :
19
- node-version : 18
19
+ node-version : 20
20
20
cache : ' npm'
21
21
cache-dependency-path : ' package-lock.json'
22
22
always-auth : ' true'
@@ -48,10 +48,10 @@ jobs:
48
48
**/*.mdx
49
49
separator : " ,"
50
50
51
- - name : Use Node.js 18
51
+ - name : Use Node.js 20
52
52
uses : actions/setup-node@v4
53
53
with :
54
- node-version : 18
54
+ node-version : 20
55
55
cache : ' npm'
56
56
cache-dependency-path : ' package-lock.json'
57
57
registry-url : ' https://npm.pkg.github.com/'
@@ -79,10 +79,10 @@ jobs:
79
79
- name : Checkout Source code
80
80
uses : actions/checkout@v4
81
81
82
- - name : Use Node.js 18
82
+ - name : Use Node.js 20
83
83
uses : actions/setup-node@v4
84
84
with :
85
- node-version : 18
85
+ node-version : 20
86
86
cache : ' npm'
87
87
cache-dependency-path : ' package-lock.json'
88
88
registry-url : ' https://npm.pkg.github.com/'
Original file line number Diff line number Diff line change 79
79
},
80
80
"workspaces" : [
81
81
" apify-docs-theme"
82
- ]
82
+ ],
83
+ "engines" : {
84
+ "node" : " >=18.0.0"
85
+ }
83
86
}
You can’t perform that action at this time.
0 commit comments