Skip to content

Commit b50c41e

Browse files
committed
fix: build issue, Cannot redefine property: File
See nodejs/node#49497
1 parent 1684568 commit b50c41e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/setup-node@v3
3434
with:
3535
cache: pnpm
36-
node-version: latest
36+
node-version: 20.5
3737

3838
- name: install dependencies
3939
run: pnpm install

0 commit comments

Comments
 (0)