Skip to content

No "exports" main defined in @actions/core/package.json @v3 #2294

@submarines-and

Description

@submarines-and

Describe the bug
Error when building any code using @V3.
No "exports" main defined in @actions/core/package.json

To Reproduce
Try to build this code:

import { setOutput } from '@actions/core';
setOutput('x', 1);

Expected behavior
Code should build as normal.

Screenshots
n/a

Desktop (please complete the following information):

  • OS: [e.g. iOS] linux
  • Browser [e.g. chrome, safari] n/a
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions