Skip to content

Commit

Permalink
fix: rollback of update of semantic release that did not work (#75)
Browse files Browse the repository at this point in the history
* Revert "fix: use lockfileVersion 1 in package-lock.json (#74)"

This reverts commit ae24020.

* Revert "chore(deps): update dependency semantic-release to v20 (#73)"

This reverts commit cd77e3b.
  • Loading branch information
evan-boone committed Jan 27, 2023
1 parent ae24020 commit 45eecb7
Show file tree
Hide file tree
Showing 3 changed files with 649 additions and 823 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -27,7 +27,7 @@ buildConfig([
}
}

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

0 comments on commit 45eecb7

Please sign in to comment.