fix: build issue, Cannot redefine property: File

See https://github.com/nodejs/node/issues/49497
This commit is contained in:
kunish 2023-09-05 14:14:39 +08:00
parent 16845682e9
commit b50c41e3a5
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
cache: pnpm cache: pnpm
node-version: latest node-version: 20.5
- name: install dependencies - name: install dependencies
run: pnpm install run: pnpm install