mirror of
https://github.com/codecov/codecov-action
synced 2026-09-07 20:03:43 +00:00
fix: bash
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
import * as core from '@actions/core';
|
||||
import * as fetch from 'node-fetch';
|
||||
import fetch from 'node-fetch';
|
||||
|
||||
const versionInfo = async (platform: string, version?: string) => {
|
||||
if (version) {
|
||||
|
||||
Reference in New Issue
Block a user