File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 10
10
- uses : actions/checkout@v2
11
11
- uses : actions/setup-node@v1
12
12
with :
13
- node-version : ' 12 '
13
+ node-version : ' 14 '
14
14
- run : yarn install
15
15
- run : yarn test:ci
16
16
- run : yarn build
Original file line number Diff line number Diff line change 22
22
},
23
23
"main" : " dist/index.js" ,
24
24
"module" : " dist/index.es.js" ,
25
+ "engines" : {
26
+ "node" : " >=14"
27
+ },
25
28
"devDependencies" : {
26
29
"@babel/cli" : " ^7.12.10" ,
27
30
"@babel/core" : " ^7.12.10" ,
70
73
"jest" : {
71
74
"coverageDirectory" : " ./coverage/" ,
72
75
"collectCoverage" : true ,
73
- "setupFilesAfterEnv" : [
74
- " <rootDir>/jest/jest.setup.js"
75
- ],
76
+ "setupFilesAfterEnv" : [" <rootDir>/jest/jest.setup.js" ],
76
77
"restoreMocks" : true
77
78
},
78
79
"husky" : {
82
83
}
83
84
},
84
85
"release" : {
85
- "branches" : [
86
- " main"
87
- ],
86
+ "branches" : [" main" ],
88
87
"plugins" : [
89
88
[
90
89
" @semantic-release/commit-analyzer" ,
You can’t perform that action at this time.
0 commit comments