Skip to content

Commit 6e1d106

Browse files
authored
fix: CI (vue-terminal#3)
* fix: CI * chore: update
1 parent e4b6b90 commit 6e1d106

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,5 @@ jobs:
9292

9393
- uses: codecov/codecov-action@v2
9494
with:
95-
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
9695
files: ./packages/core/coverage/lcov.info
9796
fail_ci_if_error: true

packages/core/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default defineConfig({
3434
'assert',
3535
'node:events',
3636
'node:assert',
37+
'node:fs',
3738
'@vue/runtime-core',
3839
'ansi-escapes',
3940
'chalk',

0 commit comments

Comments
 (0)