File tree Expand file tree Collapse file tree 4 files changed +453
-1408
lines changed Expand file tree Collapse file tree 4 files changed +453
-1408
lines changed Original file line number Diff line number Diff line change 4
4
coverage /
5
5
dist /
6
6
node_modules /
7
- examples /** /node_modules /
7
+ example /** /node_modules /
8
+ example /
8
9
9
10
test /resources /auth.js
10
11
# ignore emitted js
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ branches:
8
8
- main
9
9
10
10
node_js :
11
- - 10
12
11
- 12
12
+ - 14
13
13
14
14
# before_install:
15
15
# - 'openssl aes-256-cbc -K $my_key -iv $my_iv -in myservice.env.enc -out myservice.env -d || true'
@@ -29,10 +29,10 @@ after_success:
29
29
- npm run report-coverage
30
30
31
31
# To enable semantic-release, uncomment this section.
32
- # deploy:
33
- # - provider: script
34
- # skip_cleanup: true
35
- # script: npx semantic-release
36
- # on:
37
- # node: 12
38
- # branch: master
32
+ deploy :
33
+ - provider : script
34
+ skip_cleanup : true
35
+ script : npx semantic-release
36
+ on :
37
+ node : 12
38
+ branch : main
You can’t perform that action at this time.
0 commit comments