Skip to content

Commit 4a0fa8d

Browse files
committed
chore: update
1 parent 98e566c commit 4a0fa8d

6 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
matrix:
4242
runner: [ubuntu-latest, windows-latest]
43-
node-version: ['25.7.0']
43+
node-version: ['25']
4444

4545
uses: ./.github/workflows/reusable-test.yml
4646
with:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v25.7.0
1+
v25.9.0

packages/core/src/exe/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const resolveExecutableOutputPath = ({
147147
}
148148

149149
const normalizedFileName =
150-
target.platform === 'win32' && !rawFileName.endsWith('.exe')
150+
target.platform === 'win32' && !rawFileName.toLowerCase().endsWith('.exe')
151151
? `${rawFileName}.exe`
152152
: rawFileName;
153153

pnpm-lock.yaml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/dictionary.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ cjsx
1616
classname
1717
codegen
1818
codesandbox
19+
codesign
1920
codspeed
2021
compat
2122
consolas
@@ -58,6 +59,7 @@ koppers
5859
lightningcss
5960
liyincode
6061
llms
62+
LOCALAPPDATA
6163
longpaths
6264
manypkg
6365
mattcompiles

website/docs/en/config/lib/experiments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ type ExeOptions =
9090

9191
:::
9292

93-
### Conditions and Limits
93+
### Conditions and limits
9494

9595
To enable `experiments.exe`, make sure that:
9696

0 commit comments

Comments
 (0)