Skip to content

Commit 2404341

Browse files
committed
fix ci
1 parent 895d74a commit 2404341

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 24
2121
- run: yarn --frozen-lockfile
2222
- run: yarn ci
2323
- run: yarn build

src/auto-fill/text-with-number.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* ["Item 001"] → "Item 002", "Item 003", "Item 004"...
1818
*/
1919

20-
import { AutoFiller, Series } from "./types";
20+
import { AutoFiller } from "./types";
2121

2222
export type TextWithNumberFactor = {
2323
prefix: string;

0 commit comments

Comments
 (0)