Skip to content

Commit 9afb70b

Browse files
committed
fix(modals): added fix for wrongly assigned class to button
1 parent 79282e5 commit 9afb70b

File tree

5 files changed

+1492
-924
lines changed

5 files changed

+1492
-924
lines changed

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 12
15+
node-version: 20
1616
# registry-url: https://npm.pkg.github.com/
1717
# scope: "@rxdi"
1818
- run: npm install
1919
- run: npm run lint --if-present
20-
- run: npm test
20+
- run: npm test --if-present
2121
- run: git config --global user.email 'kristiqn.tachev@gmail.com'
2222
- run: git config --global user.name "Kristiyan Tachev"
2323
- run: npm config set '//registry.npmjs.org/:_authToken' "${{secrets.NPM_TOKEN}}"

0 commit comments

Comments
 (0)