Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit 61e3e34

Browse files
authored
Revert "chore(deps): update node in Jenkinsfile to 18 (#69)" (#72)
This reverts commit 104eb91.
1 parent 2554309 commit 61e3e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildConfig([
1212
dockerNode {
1313
checkout scm
1414

15-
insideToolImage('node:18') {
15+
insideToolImage('node:14') {
1616
stage('Install dependencies') {
1717
sh 'npm ci'
1818
}

0 commit comments

Comments
 (0)