Skip to content

Commit a3621d8

Browse files
author
Wickramaranga Abeygunawardhana
authored
Merge pull request #36 from umstek/upgrade-2021-oct
Upgrade 2021 oct
2 parents 548d9d4 + 5ccf5c5 commit a3621d8

File tree

5 files changed

+3583
-2486
lines changed

5 files changed

+3583
-2486
lines changed

.github/workflows/npmpublish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- uses: actions/setup-node@v2
1313
with:
14-
node-version: 12
14+
node-version: 14
1515
# - run: npm ci
1616
# - run: npm test
1717

@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v1
2323
- uses: actions/setup-node@v2
2424
with:
25-
node-version: 12
25+
node-version: 14
2626
registry-url: https://registry.npmjs.org/
2727
# - run: npm ci
2828
- run: npm publish
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v1
3737
- uses: actions/setup-node@v2
3838
with:
39-
node-version: 12
39+
node-version: 14
4040
registry-url: https://npm.pkg.github.com/
4141
scope: "@umstek"
4242
- run: npm run ci-gpr

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
]
3838
},
3939
"devDependencies": {
40-
"@tailwindcss/postcss7-compat": "^2.0.4",
40+
"@tailwindcss/postcss7-compat": "npm:@tailwindcss/postcss7-compat",
4141
"autoprefixer": "^9",
4242
"postcss": "^7",
4343
"tailwindcss": "npm:@tailwindcss/postcss7-compat",

0 commit comments

Comments
 (0)