Skip to content

fix: CI test failures with npm 11 #136

fix: CI test failures with npm 11

fix: CI test failures with npm 11 #136

Triggered via pull request January 5, 2026 13:29
Status Failure
Total duration 42s
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test
Process completed with exit code 1.
src/cmd/install.test.ts > install deps > should install specified version when workdir is not specified: src/cmd/publish.ts#L22
ExecaError: Command failed with exit code 1: npm publish --access public npm warn Unknown user config "always-auth". This will stop working in the next major version of npm. npm notice npm notice 📦 b@0.0.1 npm notice Tarball Contents npm notice 188B package.json npm notice 23B package/package.oo.yaml npm notice Tarball Details npm notice name: b npm notice version: 0.0.1 npm notice filename: b-0.0.1.tgz npm notice package size: 248 B npm notice unpacked size: 211 B npm notice shasum: f20931cbdad53d673702f9be200c175baf8cf6c9 npm notice integrity: sha512-AZdO8u+BNRPe1[...]/zNSsmlFg8UXQ== npm notice total files: 2 npm notice npm error Cannot implicitly apply the "latest" tag because previously published version 0.0.2 is higher than the new version 0.0.1. You must specify a tag using --tag. npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T13_30_21_650Z-debug-0.log ❯ getFinalError node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/return/final-error.js:6:9 ❯ makeError node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/return/result.js:108:16 ❯ getAsyncResult node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/methods/main-async.js:167:4 ❯ handlePromise node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/methods/main-async.js:150:17 ❯ Module.publish src/cmd/publish.ts:22:5 ❯ src/cmd/install.test.ts:546:13 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: npm publish --access public', command: 'npm publish --access public', escapedCommand: 'npm publish --access public', cwd: '/tmp/oopm-KMOuxw', durationMs: 540.420111, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: '', stderr: 'npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.\nnpm notice\nnpm notice 📦 b@0.0.1\nnpm notice Tarball Contents\nnpm notice 188B package.json\nnpm notice 23B package/package.oo.yaml\nnpm notice Tarball Details\nnpm notice name: b\nnpm notice version: 0.0.1\nnpm notice filename: b-0.0.1.tgz\nnpm notice package size: 248 B\nnpm notice unpacked size: 211 B\nnpm notice shasum: f20931cbdad53d673702f9be200c175baf8cf6c9\nnpm notice integrity: sha512-AZdO8u+BNRPe1[...]/zNSsmlFg8UXQ==\nnpm notice total files: 2\nnpm notice\nnpm error Cannot implicitly apply the "latest" tag because previously published version 0.0.2 is higher than the new version 0.0.1. You must specify a tag using --tag.\nnpm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T13_30_21_650Z-debug-0.log', stdio: [ undefined, '', 'npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.\nnpm notice\nnpm notice 📦 b@0.0.1\nnpm notice Tarball Contents\nnpm notice 188B package.json\nnpm notice 23B package/package.oo.yaml\nnpm notice Tarball Details\nnpm notice name: b\nnpm notice version: 0.0.1\nnpm notice filename: b-0.0.1.tgz\nnpm notice package size: 248 B\nnpm notice unpacked size: 211 B\nnpm notice shasum: f20931cbdad53d673702f9be200c175baf8cf6c9\nnpm notice integrity: sha512-AZdO8u+BNRPe1[...]/zNSsmlFg8UXQ==\nnpm notice total files: 2\nnpm notice\nnpm error Cannot implicitly apply the "latest" tag because previously published version 0.0.2 is higher than the new version 0.0.1. You must specify a tag using --tag.\nnpm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T13_30_21_650Z-debug-0.log' ], ipcOutput: [], pipedFrom: [] }
src/cmd/install.test.ts > install all > should fail with cancel signal: src/cmd/publish.ts#L22
ExecaError: Command failed with exit code 1: npm publish --access public npm warn Unknown user config "always-auth". This will stop working in the next major version of npm. npm notice npm notice 📦 e@0.0.1 npm notice Tarball Contents npm notice 188B package.json npm notice 23B package/package.oo.yaml npm notice Tarball Details npm notice name: e npm notice version: 0.0.1 npm notice filename: e-0.0.1.tgz npm notice package size: 249 B npm notice unpacked size: 211 B npm notice shasum: 9b2f4c5f54593044d616779d5fd0fdd09ec72d8f npm notice integrity: sha512-EcbvNQMovCtSE[...]og0BwWwpp4uiQ== npm notice total files: 2 npm notice npm error Cannot implicitly apply the "latest" tag because previously published version 0.0.3 is higher than the new version 0.0.1. You must specify a tag using --tag. npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T13_30_15_802Z-debug-0.log ❯ getFinalError node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/return/final-error.js:6:9 ❯ makeError node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/return/result.js:108:16 ❯ getAsyncResult node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/methods/main-async.js:167:4 ❯ handlePromise node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/methods/main-async.js:150:17 ❯ Module.publish src/cmd/publish.ts:22:5 ❯ src/cmd/install.test.ts:249:13 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: npm publish --access public', command: 'npm publish --access public', escapedCommand: 'npm publish --access public', cwd: '/tmp/oopm-bPoi1z', durationMs: 1464.821769, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: '', stderr: 'npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.\nnpm notice\nnpm notice 📦 e@0.0.1\nnpm notice Tarball Contents\nnpm notice 188B package.json\nnpm notice 23B package/package.oo.yaml\nnpm notice Tarball Details\nnpm notice name: e\nnpm notice version: 0.0.1\nnpm notice filename: e-0.0.1.tgz\nnpm notice package size: 249 B\nnpm notice unpacked size: 211 B\nnpm notice shasum: 9b2f4c5f54593044d616779d5fd0fdd09ec72d8f\nnpm notice integrity: sha512-EcbvNQMovCtSE[...]og0BwWwpp4uiQ==\nnpm notice total files: 2\nnpm notice\nnpm error Cannot implicitly apply the "latest" tag because previously published version 0.0.3 is higher than the new version 0.0.1. You must specify a tag using --tag.\nnpm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T13_30_15_802Z-debug-0.log', stdio: [ undefined, '', 'npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.\nnpm notice\nnpm notice 📦 e@0.0.1\nnpm notice Tarball Contents\nnpm notice 188B package.json\nnpm notice 23B package/package.oo.yaml\nnpm notice Tarball Details\nnpm notice name: e\nnpm notice version: 0.0.1\nnpm notice filename: e-0.0.1.tgz\nnpm notice package size: 249 B\nnpm notice unpacked size: 211 B\nnpm notice shasum: 9b2f4c5f54593044d616779d5fd0fdd09ec72d8f\nnpm notice integrity: sha512-EcbvNQMovCtSE[...]og0BwWwpp4uiQ==\nnpm notice total files: 2\nnpm notice\nnpm error Cannot implicitly apply the "latest" tag because previously published version 0.0.3 is higher than the new version 0.0.1. You must specify a tag using --tag.\nnpm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T13_30_15_802Z-debug-0.log' ], ipcOutput: [], pipedFrom: [] }
src/cmd/install.test.ts > install all > should success: src/cmd/publish.ts#L22
ExecaError: Command failed with exit code 1: npm publish --access public npm warn Unknown user config "always-auth". This will stop working in the next major version of npm. npm notice npm notice 📦 e@0.0.1 npm notice Tarball Contents npm notice 188B package.json npm notice 23B package/package.oo.yaml npm notice Tarball Details npm notice name: e npm notice version: 0.0.1 npm notice filename: e-0.0.1.tgz npm notice package size: 249 B npm notice unpacked size: 211 B npm notice shasum: 9b2f4c5f54593044d616779d5fd0fdd09ec72d8f npm notice integrity: sha512-EcbvNQMovCtSE[...]og0BwWwpp4uiQ== npm notice total files: 2 npm notice npm error Cannot implicitly apply the "latest" tag because previously published version 0.0.3 is higher than the new version 0.0.1. You must specify a tag using --tag. npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T13_30_12_528Z-debug-0.log ❯ getFinalError node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/return/final-error.js:6:9 ❯ makeError node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/return/result.js:108:16 ❯ getAsyncResult node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/methods/main-async.js:167:4 ❯ handlePromise node_modules/.pnpm/execa@9.5.0/node_modules/execa/lib/methods/main-async.js:150:17 ❯ Module.publish src/cmd/publish.ts:22:5 ❯ src/cmd/install.test.ts:123:13 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: npm publish --access public', command: 'npm publish --access public', escapedCommand: 'npm publish --access public', cwd: '/tmp/oopm-0mDHSS', durationMs: 3167.992868, failed: true, timedOut: false, isCanceled: false, isGracefullyCanceled: false, isTerminated: false, isMaxBuffer: false, isForcefullyTerminated: false, exitCode: 1, stdout: '', stderr: 'npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.\nnpm notice\nnpm notice 📦 e@0.0.1\nnpm notice Tarball Contents\nnpm notice 188B package.json\nnpm notice 23B package/package.oo.yaml\nnpm notice Tarball Details\nnpm notice name: e\nnpm notice version: 0.0.1\nnpm notice filename: e-0.0.1.tgz\nnpm notice package size: 249 B\nnpm notice unpacked size: 211 B\nnpm notice shasum: 9b2f4c5f54593044d616779d5fd0fdd09ec72d8f\nnpm notice integrity: sha512-EcbvNQMovCtSE[...]og0BwWwpp4uiQ==\nnpm notice total files: 2\nnpm notice\nnpm error Cannot implicitly apply the "latest" tag because previously published version 0.0.3 is higher than the new version 0.0.1. You must specify a tag using --tag.\nnpm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T13_30_12_528Z-debug-0.log', stdio: [ undefined, '', 'npm warn Unknown user config "always-auth". This will stop working in the next major version of npm.\nnpm notice\nnpm notice 📦 e@0.0.1\nnpm notice Tarball Contents\nnpm notice 188B package.json\nnpm notice 23B package/package.oo.yaml\nnpm notice Tarball Details\nnpm notice name: e\nnpm notice version: 0.0.1\nnpm notice filename: e-0.0.1.tgz\nnpm notice package size: 249 B\nnpm notice unpacked size: 211 B\nnpm notice shasum: 9b2f4c5f54593044d616779d5fd0fdd09ec72d8f\nnpm notice integrity: sha512-EcbvNQMovCtSE[...]og0BwWwpp4uiQ==\nnpm notice total files: 2\nnpm notice\nnpm error Cannot implicitly apply the "latest" tag because previously published version 0.0.3 is higher than the new version 0.0.1. You must specify a tag using --tag.\nnpm error A complete log of this run can be found in: /home/runner/.npm/_logs/2026-01-05T13_30_12_528Z-debug-0.log' ], ipcOutput: [], pipedFrom: [] }