Skip to content

Commit e575cdc

Browse files
committed
fix(ci): update bundle job in release workflow
1 parent 3909832 commit e575cdc

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
@@ -44,7 +44,7 @@ jobs:
4444
github-token: ${{secrets.GITHUB_TOKEN}}
4545
script: |
4646
const { URL, fileURLToPath } = require('url');
47-
const { readFile } = require('fs/promises');
47+
const { readFile } = require('fs').promises;
4848
const { pfeBuild } = await import('${{ github.workspace }}/tools/pfe-tools/esbuild.js');
4949
const { execaCommand } = await import('execa');
5050

0 commit comments

Comments
 (0)