We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ac55a2 commit 9921c05Copy full SHA for 9921c05
.github/workflows/ci.yml
@@ -177,9 +177,8 @@ jobs:
177
strategy:
178
fail-fast: false
179
matrix:
180
- # os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
181
os: ['ubuntu-latest', 'windows-latest']
182
- node: ['22']
+ node: ['24']
183
# 0-based index
184
shardIndex: [0, 1, 2]
185
shardTotal: [3]
package.json
@@ -10,7 +10,7 @@
10
},
11
"type": "module",
12
"scripts": {
13
- "clean-dist": "pnpm -r --parallel exec rimraf dist *.tsbuildinfo",
+ "clean-dist": "pnpm -r --parallel exec rimraf dist",
14
"clean": "pnpm -r --parallel run clean && pnpm clean-dist",
15
"build": "tsdown",
16
"prelint": "pnpm clean-dist",
0 commit comments