We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895d74a commit 2404341Copy full SHA for 2404341
.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
- uses: actions/setup-node@v4
19
with:
20
- node-version: 20
+ node-version: 24
21
- run: yarn --frozen-lockfile
22
- run: yarn ci
23
- run: yarn build
src/auto-fill/text-with-number.ts
@@ -17,7 +17,7 @@
* ["Item 001"] → "Item 002", "Item 003", "Item 004"...
*/
-import { AutoFiller, Series } from "./types";
+import { AutoFiller } from "./types";
export type TextWithNumberFactor = {
prefix: string;
0 commit comments