Skip to content

Commit

Permalink
Merge pull request #36 from umstek/upgrade-2021-oct
Browse files Browse the repository at this point in the history
Upgrade 2021 oct
  • Loading branch information
Wickramaranga Abeygunawardhana authored Oct 16, 2021
2 parents 548d9d4 + 5ccf5c5 commit a3621d8
Show file tree
Hide file tree
Showing 5 changed files with 3,583 additions and 2,486 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
# - run: npm ci
# - run: npm test

Expand All @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
registry-url: https://registry.npmjs.org/
# - run: npm ci
- run: npm publish
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
registry-url: https://npm.pkg.github.com/
scope: "@umstek"
- run: npm run ci-gpr
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
]
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.0.4",
"@tailwindcss/postcss7-compat": "npm:@tailwindcss/postcss7-compat",
"autoprefixer": "^9",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
Expand Down
Loading

0 comments on commit a3621d8

Please sign in to comment.