File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,19 @@ jobs:
16
16
bundle exec ruby -e 'puts Libv8Node::NODE_VERSION' | tee node_version
17
17
- name : Download Node.js
18
18
run : |
19
- ./download-node 12.18.4
19
+ ./download-node 10.22.1
20
20
- name : Extract Node.js
21
21
run : |
22
- ./extract-node 12.18.4
22
+ ./extract-node 10.22.1
23
23
- name : Build V8
24
24
run : |
25
- ./build-libv8 12.18.4
25
+ ./build-libv8 10.22.1
26
26
- name : Build Monolith
27
27
run : |
28
- ./build-monolith 12.18.4
28
+ ./build-monolith 10.22.1
29
29
- name : Inject V8
30
30
run : |
31
- ./inject-libv8 12.18.4
31
+ ./inject-libv8 10.22.1
32
32
- name : Build gem
33
33
run : |
34
34
bundle exec rake binary
@@ -53,19 +53,19 @@ jobs:
53
53
run : bundle install
54
54
- name : Download Node.js
55
55
run : |
56
- ./download-node 12.18.4
56
+ ./download-node 10.22.1
57
57
- name : Extract Node.js
58
58
run : |
59
- ./extract-node 12.18.4
59
+ ./extract-node 10.22.1
60
60
- name : Build V8
61
61
run : |
62
- ./build-libv8 12.18.4
62
+ ./build-libv8 10.22.1
63
63
- name : Build Monolith
64
64
run : |
65
- ./build-monolith 12.18.4
65
+ ./build-monolith 10.22.1
66
66
- name : Inject V8
67
67
run : |
68
- ./inject-libv8 12.18.4
68
+ ./inject-libv8 10.22.1
69
69
- name : Build gem
70
70
run : |
71
71
bundle exec rake binary
@@ -92,19 +92,19 @@ jobs:
92
92
run : bundle install
93
93
- name : Download Node.js
94
94
run : |
95
- ./download-node 12.18.4
95
+ ./download-node 10.22.1
96
96
- name : Extract Node.js
97
97
run : |
98
- ./extract-node 12.18.4
98
+ ./extract-node 10.22.1
99
99
- name : Build V8
100
100
run : |
101
- ./build-libv8 12.18.4
101
+ ./build-libv8 10.22.1
102
102
- name : Build Monolith
103
103
run : |
104
- ./build-monolith 12.18.4
104
+ ./build-monolith 10.22.1
105
105
- name : Inject V8
106
106
run : |
107
- ./inject-libv8 12.18.4
107
+ ./inject-libv8 10.22.1
108
108
- name : Build gem
109
109
run : |
110
110
bundle exec rake binary
Original file line number Diff line number Diff line change 1
1
module Libv8 ; end
2
2
3
3
module Libv8 ::Node
4
- VERSION = "12.18.4 .0.beta1"
5
- NODE_VERSION = "12.18.4 "
6
- LIBV8_VERSION = "7 .8.279.23 " # v8/include/v8-version.h
4
+ VERSION = "10.22.1 .0.beta1"
5
+ NODE_VERSION = "10.22.1 "
6
+ LIBV8_VERSION = "6 .8.275.32 " # v8/include/v8-version.h
7
7
end
You can’t perform that action at this time.
0 commit comments