fix: try to fix puppeteer
gitea/salix/pipeline/pr-master There was a failure building this commit
Details
gitea/salix/pipeline/pr-master There was a failure building this commit
Details
This commit is contained in:
parent
7ac4617f48
commit
0d7a03f655
|
@ -0,0 +1,5 @@
|
||||||
|
const {join} = require('path');
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
|
||||||
|
};
|
Loading…
Reference in New Issue