File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ workflows:
15
15
condition :
16
16
and :
17
17
- equal : [ node/macos, << matrix.executor >> ]
18
- - equal : [ '14.16 ', << matrix.node-version >> ]
18
+ - equal : [ '16.20 ', << matrix.node-version >> ]
19
19
steps :
20
20
- node/install-rosetta
21
21
- when :
@@ -37,8 +37,6 @@ workflows:
37
37
- ' 20.9'
38
38
- ' 18.17'
39
39
- ' 16.20'
40
- # Stay below 14.17.0 or nvm tries to download arm64 artifacts which don't exist
41
- - ' 14.16'
42
40
- cfa/release :
43
41
requires :
44
42
- test
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ async function determineFileType (filename) {
16
16
17
17
module . exports = async function ( dir , options ) {
18
18
const metadata = { }
19
- let crawled = await glob ( dir , options || { } )
19
+ let crawled = await glob ( dir , options ?? { } )
20
20
21
21
// https://github.com/isaacs/node-glob/issues/576
22
22
crawled = crawled . sort ( ( a , b ) => a . localeCompare ( b , 'en' ) )
Original file line number Diff line number Diff line change 13
13
" lib/index.d.ts"
14
14
],
15
15
"engines" : {
16
- "node" : " >=10.12.0 "
16
+ "node" : " >=16.20 "
17
17
},
18
18
"license" : " MIT" ,
19
19
"homepage" : " https://github.com/electron/asar" ,
You can’t perform that action at this time.
0 commit comments