Skip to content

Commit

Permalink
Revert semantic release and node update (#86)
Browse files Browse the repository at this point in the history
* Revert "Revert "chore(deps): update dependency semantic-release to v20 (#73)""

This reverts commit 0a8e3de

* Revert "chore: bump node version in jenkinsfile"

This reverts commit cefe7d6.

* Revert "chore(deps): update dependency @types/node to v18"

This reverts commit 2ebca5c.

* Revert "chore(deps): update dependency semantic-release to v21 (#83)"

This reverts commit 87f128d.

* chore: update package-lock.json
  • Loading branch information
evan-boone committed May 8, 2023
1 parent 90d5a60 commit e2b16b8
Show file tree
Hide file tree
Showing 3 changed files with 12,448 additions and 1,350 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
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 e2b16b8

Please sign in to comment.