Skip to content

Commit 65948f3

Browse files
authored
Merge pull request #2 from logicwind/dev
Updated publish config in order to ignore conflict
2 parents f1d9f0d + 1c2b756 commit 65948f3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ jobs:
1313
- name: 🟢 node
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: 16.18.1
16+
node-version: 20.x
17+
cache: 'npm'
1718
- name: Install Dependencies
18-
run: npm install
19+
run: npm install --legacy-peer-deps
1920
- name: 🚀 publish
20-
uses: JS-DevTools/npm-publish@v1
21+
uses: JS-DevTools/npm-publish@v2
22+
with:
23+
access: public
2124
with:
2225
token: ${{secrets.NPM_AUTH_TOKEN}}

0 commit comments

Comments
 (0)