m7kvqbe1 / github-action-move-issues

A GitHub Action to move issues between GitHub Projects columns
3 stars 1 forks source link

Error: Cannot find module '@actions/core' #6

Closed koppor closed 1 month ago

koppor commented 1 month ago

When runing the 1.0.0 version of the action, I get

Run m7kvqbe1/github-action-move-issues@v1.0.0
 with:
    github-token: ***
    project-url: https://github.com/orgs/JabRef/projects/3
    target-labels: FirstTimeCodeContribution
    target-column: Assigned
node:internal/modules/cjs/loader:1148
  throw err;
  ^

Error: Cannot find module '@actions/core'
Require stack:
- /home/runner/work/_actions/m7kvqbe1/github-action-move-issues/v1.0.0/index.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
    at Module._load (node:internal/modules/cjs/loader:986:27)
    at Module.require (node:internal/modules/cjs/loader:1233:19)
    at require (node:internal/modules/helpers:179:18)
    at Object.<anonymous> (/home/runner/work/_actions/m7kvqbe1/github-action-move-issues/v1.0.0/index.js:1:14)
    at Module._compile (node:internal/modules/cjs/loader:1358:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
    at Module.load (node:internal/modules/cjs/loader:1208:32)
    at Module._load (node:internal/modules/cjs/loader:1024:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12) {
  code: 'MODULE_NOT_FOUND',
  requireStack: [
    '/home/runner/work/_actions/m7kvqbe1/github-action-move-issues/v1.0.0/index.js'
  ]
}

Node.js v20.13.1
m7kvqbe1 commented 1 month ago

Yeah sorry, you'll need to specify the latest release please (v1.0.9).

v1.0.0 should have been marked as a pre-release / unstable build.