We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e640795 commit e8d380eCopy full SHA for e8d380e
.github/workflows/release-test.yml
@@ -37,8 +37,8 @@ jobs:
37
# Install the dependencies (do not use npm ci to ensure we use the released version)
38
rm package-lock.json
39
sed -i 's|"file:cs-nodejs-bouncer.tgz"|"${{env.version}}"|g' package.json
40
+ npm --prefix ../.. install tsconfig-paths
41
npm install
- npm install tsconfig-paths
42
# Check version
43
npm list @crowdsec/nodejs-bouncer
44
# Install Playwright Browsers
0 commit comments