Skip to content

Commit c63031e

Browse files
committed
Change imports
1 parent 109baa6 commit c63031e

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

condaParser.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
const core = require('@actions/core');
22
const github = require('@actions/github');
3-
const fs = require('fs');
43
const glob = require('glob');
54
const yaml = require('yaml');
65

6+
import * as fs from 'fs';
7+
78
import {
89
PackageCache,
910
BuildTarget,

dist/index.js

Lines changed: 25 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)