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 6e84684 commit 590c370Copy full SHA for 590c370
next.Jenkinsfile
@@ -2,7 +2,7 @@
2
def pipeline = new org.js.LibPipeline(
3
steps: this,
4
packageManager: 'yarn',
5
- buildDockerImage: 'build-tools/node:24-ubuntu-extended',
+ buildDockerImage: 'build-tools/node:20-ubuntu-extended',
6
npmLoginEmail: '[email protected]',
7
dockerFileName: 'next.Dockerfile',
8
dockerImageName: 'soramitsu/soramitsu-js-ui-library',
0 commit comments