Skip to content

Commit 12fcc00

Browse files
use newer version of node
1 parent 08d4afd commit 12fcc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
def pipeline = new org.js.LibPipeline(
33
steps: this,
44
packageManager: 'yarn',
5-
buildDockerImage: 'build-tools/node:16-ubuntu-cypress',
5+
buildDockerImage: 'build-tools/node:20-ubuntu-cypress',
66
npmLoginEmail: '[email protected]',
77
dockerFileName: 'next.Dockerfile',
88
dockerImageName: 'soramitsu/soramitsu-js-ui-library',

0 commit comments

Comments
 (0)