Skip to content

Commit 1423430

Browse files
committed
ci: build settings
1 parent 856bedb commit 1423430

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/auto-publish.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ jobs:
1616
- uses: actions/checkout@master
1717
- uses: actions/setup-node@v2
1818
with:
19-
node-version: '18.x'
20-
registry-url: 'https://registry.npmjs.org'
21-
scope: '@wlocalhost'
19+
node-version: '16.x'
20+
# cache: 'yarn'
2221

2322
- name: Install modules & build the Library
2423
run: |

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@
4040
]
4141
]
4242
},
43+
"publishConfig": {
44+
"access": "public"
45+
},
4346
"keywords": [],
4447
"repository": {
4548
"url": "https://github.com/wanoo21/Angular-mjml-output"

0 commit comments

Comments
 (0)