Skip to content

Commit e65b280

Browse files
Copilotfelickz
andcommitted
fix: convert project to ESM to support @actions/core v3
Co-authored-by: felickz <1760475+felickz@users.noreply.github.com>
1 parent 8ec5f8d commit e65b280

File tree

10 files changed

+5581
-6333
lines changed

10 files changed

+5581
-6333
lines changed

__tests__/main.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {normalizeCweId} from '../src/utils'
1+
import {normalizeCweId} from '../src/utils.js'
22

33
describe('main', () => {
44
it('placeholder test', () => {

0 commit comments

Comments
 (0)