Skip to content

Commit 56b26ee

Browse files
committed
chore: upgrade Biome, use node protocol with imports
1 parent 46a4c42 commit 56b26ee

File tree

5 files changed

+78
-78
lines changed

5 files changed

+78
-78
lines changed

dist/main.js

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

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"total-coverage": "^1.0.8"
4242
},
4343
"devDependencies": {
44-
"@biomejs/biome": "1.5.3",
44+
"@biomejs/biome": "^1.6.0",
4545
"esbuild": "^0.20.1"
4646
}
4747
}

src/lcov/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { execSync } from 'child_process';
2-
import * as path from 'path';
1+
import { execSync } from 'node:child_process';
2+
import * as path from 'node:path';
33
import * as exec from '@actions/exec';
44
import { config, inputs } from '../config';
55

src/utils/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import fs from 'fs';
2-
import * as path from 'path';
1+
import fs from 'node:fs';
2+
import * as path from 'node:path';
33
import * as glob from '@actions/glob';
44
import { config } from '../config';
55

0 commit comments

Comments
 (0)