Skip to content

Commit

Permalink
fix: use zx fetch polyfill (node16)
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Apr 18, 2024
1 parent 0e7a529 commit 64f3b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/js/api/gh.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {queuefy} from 'queuefy'
import {$, path, tempy, glob, fs} from 'zx-extra'
import {$, path, tempy, glob, fs, fetch} from 'zx-extra'
import {log} from '../log.js'
import {getRepo, pushCommit} from './git.js'
import {formatTag} from '../processor/meta.js'
Expand Down

0 comments on commit 64f3b22

Please sign in to comment.