Skip to content

Commit 665e521

Browse files
committed
update github actions
1 parent 3a156bb commit 665e521

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [ 18 ]
13+
node-version: [ 20 ]
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: pnpm/action-setup@v2

dist/index.cjs

+1-1
Large diffs are not rendered by default.

dist/index.umd.cjs

+1-1
Large diffs are not rendered by default.

src/index.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
import { comment } from "postcss"
32
import generateShadows from "./generateShadows"
43

5-
import {version} from "../package.json";
4+
import { version } from "../package.json"
65

7-
import plugin from "tailwindcss/plugin";
6+
import plugin from "tailwindcss/plugin"
87

98
const { default: flattenColorPalette } = require("tailwindcss/lib/util/flattenColorPalette")
109

0 commit comments

Comments
 (0)