Skip to content

Commit 9921c05

Browse files
committed
FIXUP
1 parent 1ac55a2 commit 9921c05

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,8 @@ jobs:
177177
strategy:
178178
fail-fast: false
179179
matrix:
180-
# os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
181180
os: ['ubuntu-latest', 'windows-latest']
182-
node: ['22']
181+
node: ['24']
183182
# 0-based index
184183
shardIndex: [0, 1, 2]
185184
shardTotal: [3]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"type": "module",
1212
"scripts": {
13-
"clean-dist": "pnpm -r --parallel exec rimraf dist *.tsbuildinfo",
13+
"clean-dist": "pnpm -r --parallel exec rimraf dist",
1414
"clean": "pnpm -r --parallel run clean && pnpm clean-dist",
1515
"build": "tsdown",
1616
"prelint": "pnpm clean-dist",

0 commit comments

Comments
 (0)