fix: try to fix puppeteer
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
8b468b52ea
commit
91e13070c7
|
@ -71,8 +71,7 @@ pipeline {
|
||||||
stage('Back') {
|
stage('Back') {
|
||||||
steps {
|
steps {
|
||||||
sh 'pnpm install --prefer-offline'
|
sh 'pnpm install --prefer-offline'
|
||||||
sh 'pnpx puppeteer browsers install chrome'
|
sh 'node node_modules/puppeteer/install.mjs'
|
||||||
// sh 'node node_modules/puppeteer/install.mjs'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Print') {
|
stage('Print') {
|
||||||
|
|
Loading…
Reference in New Issue