Skip to content

Commit

Permalink
Fix missing workerpool dev-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
watson committed Feb 14, 2025
1 parent 74bc477 commit 6c6e8b4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/ci-visibility/run-workerpool.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const workerpool = require('workerpool') // eslint-disable-line n/no-extraneous-require
const workerpool = require('workerpool')
const pool = workerpool.pool({ workerType: 'process' })

function add (a, b) {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
"sinon-chai": "^3.7.0",
"tap": "^16.3.7",
"tiktoken": "^1.0.15",
"workerpool": "^9.2.0",
"yaml": "^2.5.0"
}
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5171,6 +5171,11 @@ workerpool@^6.5.1:
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==

workerpool@^9.2.0:
version "9.2.0"
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-9.2.0.tgz#f74427cbb61234708332ed8ab9cbf56dcb1c4371"
integrity sha512-PKZqBOCo6CYkVOwAxWxQaSF2Fvb5Iv2fCeTP7buyWI2GiynWr46NcXSgK/idoV6e60dgCBfgYc+Un3HMvmqP8w==

wrap-ansi@^6.2.0:
version "6.2.0"
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz"
Expand Down

0 comments on commit 6c6e8b4

Please sign in to comment.