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

Commit

Permalink
Revert "chore(deps): update node in Jenkinsfile to 18 (#69)" (#72)
Browse files Browse the repository at this point in the history
This reverts commit 104eb91.
  • Loading branch information
TrulsStenrud authored Mar 3, 2023
1 parent 2554309 commit 61e3e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildConfig([
dockerNode {
checkout scm

insideToolImage('node:18') {
insideToolImage('node:14') {
stage('Install dependencies') {
sh 'npm ci'
}
Expand Down

0 comments on commit 61e3e34

Please sign in to comment.