You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consistently receive an error when attempting to run version 1.4.1 of this action. See failed workflow steps here and here.
LOG:
Run JS-DevTools/npm-publish@v1
with:
token: ***
access: public
registry: https://registry.npmjs.org/
package: package.json
tag: latest
dry-run: false
check-version: true
Error: Cannot find module '../internal/parse-options'
Require stack:
- /home/runner/work/_actions/JS-DevTools/npm-publish/v1/dist/node_modules/semver/classes/semver.js
- /home/runner/work/_actions/JS-DevTools/npm-publish/v1/dist/node_modules/semver/index.js
- /home/runner/work/_actions/JS-DevTools/npm-publish/v1/dist/index.js
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:797:15)
at Function.Module._load (internal/modules/cjs/loader.js:690:27)
at Module.require (internal/modules/cjs/loader.js:852:19)
at require (internal/modules/cjs/helpers.js:74:18)
at Object.<anonymous> (/home/runner/work/_actions/JS-DevTools/npm-publish/v1/dist/node_modules/semver/classes/semver.js:5:22)
at Module._compile (internal/modules/cjs/loader.js:959:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:995:10)
at Module.load (internal/modules/cjs/loader.js:815:32)
at Function.Module._load (internal/modules/cjs/loader.js:727:14)
at Module.require (internal/modules/cjs/loader.js:852:19)
WORKAROUND: Use version 1.4.0 (in your Github Workflow write uses: JS-DevTools/npm-publish@v1.4.0 instead of uses: JS-DevTools/npm-publish@v1
The text was updated successfully, but these errors were encountered:
Consistently receive an error when attempting to run version 1.4.1 of this action. See failed workflow steps here and here.
LOG:
WORKAROUND: Use version 1.4.0 (in your Github Workflow write
uses: JS-DevTools/npm-publish@v1.4.0
instead ofuses: JS-DevTools/npm-publish@v1
The text was updated successfully, but these errors were encountered: