Skip to content

Commit 5afb620

Browse files
authored
Merge pull request #55 from crswll/fix-publish-action
2 parents 54838d1 + 141aa4c commit 5afb620

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 20
16+
node-version: '20.x'
1717
- run: npm ci
1818
- run: npm test
1919
- uses: pascalgn/npm-publish-action@1.3.9

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 20
16+
node-version: '20.x'
1717
- run: npm ci
1818
- run: npm test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tailwindcss-theme-swapper",
3-
"version": "0.11.2",
3+
"version": "0.11.3",
44
"main": "src/index.js",
55
"license": "MIT",
66
"peerDependencies": {

0 commit comments

Comments
 (0)