File tree 3 files changed +2910
-2443
lines changed
3 files changed +2910
-2443
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout repo
10
- uses : actions/checkout@v3
10
+ uses : actions/checkout@v2
11
11
12
12
- name : Setup Node
13
- uses : actions/setup-node@v4
13
+ uses : actions/setup-node@v1
14
14
with :
15
- node-version : ' 18 .x'
15
+ node-version : ' 14 .x'
16
16
17
17
- name : Install deps and build (with cache)
18
18
uses : bahmutov/npm-install@v1
24
24
run : yarn test --ci --coverage --maxWorkers=2
25
25
26
26
- name : Build
27
- run : yarn build
27
+ run : yarn build
Original file line number Diff line number Diff line change 22
22
" src"
23
23
],
24
24
"engines" : {
25
- "node" : " >=18 "
25
+ "node" : " >=10 "
26
26
},
27
27
"scripts" : {
28
28
"start" : " tsdx watch" ,
57
57
"devDependencies" : {
58
58
"@size-limit/preset-small-lib" : " ^11.1.6" ,
59
59
"ajv" : " ^8.17.1" ,
60
- "eslint-plugin-prettier" : " ^4.2.1 " ,
61
- "husky" : " ^9.1.7 " ,
62
- "np" : " ^10.0.7 " ,
60
+ "eslint-plugin-prettier" : " ^4.0.0 " ,
61
+ "husky" : " ^8.0.1 " ,
62
+ "np" : " ^7.6.1 " ,
63
63
"size-limit" : " ^11.1.6" ,
64
64
"tsdx" : " ^0.14.1" ,
65
65
"json-schema" : " ^0.4.0" ,
66
- "tslib" : " ^2.8.1 " ,
66
+ "tslib" : " ^2.4.0 " ,
67
67
"typescript" : " ^4.7.2"
68
68
},
69
69
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments