File tree Expand file tree Collapse file tree 5 files changed +16
-11
lines changed Expand file tree Collapse file tree 5 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 15
15
- name : Setup node
16
16
uses : actions/setup-node@v2
17
17
with :
18
- node-version : ' 16 '
18
+ node-version : ' 18 '
19
19
20
20
- name : Build
21
21
run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 15
15
- name : Setup node
16
16
uses : actions/setup-node@v2
17
17
with :
18
- node-version : ' 16 '
18
+ node-version : ' 18 '
19
19
registry-url : ' https://registry.npmjs.org'
20
20
21
21
- name : Build
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-ios-device" ,
3
3
"description" : " Simple library for listing and installing apps on iOS devices" ,
4
- "version" : " 1.11 .0" ,
4
+ "version" : " 1.12 .0" ,
5
5
"author" : " TiDev, Inc. <tisdk@cb1inc.com>" ,
6
6
"maintainers" : [
7
7
" Chris Barber <chris@cb1inc.com>"
26
26
"dependencies" : {
27
27
"@mapbox/node-pre-gyp" : " ^1.0.10" ,
28
28
"debug" : " ^4.3.4" ,
29
- "nan" : " ^2.17 .0" ,
29
+ "nan" : " ^2.20 .0" ,
30
30
"node-pre-gyp-init" : " ^1.2.1" ,
31
31
"patch-package" : " ^6.5.1"
32
32
},
58
58
"17.7.2" : 102 ,
59
59
"18.13.0" : 108 ,
60
60
"19.4.0" : 111 ,
61
- "20.0.0" : 115
61
+ "20.0.0" : 115 ,
62
+ "22.0.0" : 127
62
63
}
63
64
},
64
65
"engines" : {
Original file line number Diff line number Diff line change 1
1
diff --git a/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json b/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json
2
- index 7f52972..fa6c858 100644
2
+ index 7f52972..da0dcf9 100644
3
3
--- a/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json
4
4
+++ b/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json
5
- @@ -2598,5 +2598,17 @@
5
+ @@ -2598,5 +2598,21 @@
6
6
"17.1.0": {
7
7
"node_abi": 102,
8
8
"v8": "9.5"
@@ -18,6 +18,10 @@ index 7f52972..fa6c858 100644
18
18
+ "20.0.0": {
19
19
+ "node_abi": 115,
20
20
+ "v8": "11.3"
21
+ + },
22
+ + "22.0.0": {
23
+ + "node_abi": 127,
24
+ + "v8": "12.4"
21
25
}
22
26
}
23
27
\ No newline at end of file
Original file line number Diff line number Diff line change @@ -506,10 +506,10 @@ ms@2.1.2:
506
506
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
507
507
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
508
508
509
- nan@^2.17 .0 :
510
- version "2.17 .0"
511
- resolved "https://registry.yarnpkg.com/nan/-/nan-2.17 .0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb "
512
- integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ ==
509
+ nan@^2.20 .0 :
510
+ version "2.20 .0"
511
+ resolved "https://registry.yarnpkg.com/nan/-/nan-2.20 .0.tgz#08c5ea813dd54ed16e5bd6505bf42af4f7838ca3 "
512
+ integrity sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw ==
513
513
514
514
nice-try@^1.0.4 :
515
515
version "1.0.5"
You can’t perform that action at this time.
0 commit comments