File tree Expand file tree Collapse file tree 5 files changed +5651
-828
lines changed Expand file tree Collapse file tree 5 files changed +5651
-828
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ jobs:
20
20
- uses : actions/setup-node@master
21
21
with :
22
22
node-version : ${{ matrix.node }}
23
- - run : yarn --frozen-lockfile
23
+ - run : npm i -g pnpm
24
+ - run : pnpm i --frozen-lockfile
24
25
env :
25
26
npm_config_build_from_source : true
26
- - run : yarn lint
27
- - run : yarn tsd
28
- - run : yarn test
29
- - run : yarn package
27
+ - run : pnpm lint
28
+ - run : pnpm tsd
29
+ - run : pnpm test
30
+ - run : pnpm package
30
31
- uses : actions/upload-artifact@v2
31
32
with :
32
33
name : ${{ matrix.os }}-${{ matrix.node }}-binary
@@ -43,13 +44,15 @@ jobs:
43
44
- uses : actions/checkout@v2
44
45
- run : |
45
46
apk add --no-cache python3 make g++
46
- - run : yarn --frozen-lockfile
47
+ - run : npm i -g pnpm
48
+ - run : pnpm i --frozen-lockfile
47
49
env :
48
50
npm_config_build_from_source : true
49
- - run : yarn lint
50
- - run : yarn tsd
51
- - run : yarn test
52
- - run : yarn package
51
+ - run : pnpm lint
52
+ - run : pnpm tsd
53
+ - run : pnpm build
54
+ - run : pnpm test
55
+ - run : pnpm package
53
56
- uses : actions/upload-artifact@v2
54
57
with :
55
58
name : alpine-${{ matrix.node }}-binary
Original file line number Diff line number Diff line change 5
5
" Jeff Smick" ,
6
6
" Marco Rogers"
7
7
],
8
+ "packageManager" :
" [email protected] " ,
8
9
"binary" : {
9
10
"module_name" : " xmljs" ,
10
11
"module_path" : " ./build/Release/" ,
44
45
" Makefile"
45
46
],
46
47
"dependencies" : {
47
- "@mapbox/node-pre-gyp" : " ^1.0.5 " ,
48
+ "@mapbox/node-pre-gyp" : " ^1.0.9 " ,
48
49
"bindings" : " ~1.5.0" ,
49
50
"nan" : " ~2.15.0"
50
51
},
51
52
"devDependencies" : {
52
- "eslint" : " ^7.32 .0" ,
53
- "eslint-config-marudor" : " ^8 .0.1 " ,
54
- "jest" : " ^27.3 .1" ,
53
+ "eslint" : " ^8.14 .0" ,
54
+ "eslint-config-marudor" : " ^9 .0.0 " ,
55
+ "jest" : " ^27.5 .1" ,
55
56
"jest-watch-typeahead" : " ^1.0.0" ,
56
- "prettier" : " ^2.4.1 " ,
57
- "tsd" : " ^0.18 .0" ,
58
- "typescript" : " ^4.4.4 "
57
+ "prettier" : " ^2.6.2 " ,
58
+ "tsd" : " ^0.20 .0" ,
59
+ "typescript" : " ^4.6.3 "
59
60
}
60
61
}
You can’t perform that action at this time.
0 commit comments