Skip to content

Commit

Permalink
chore: replace bundlesize with bundlesize2 (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
devcorpio authored Nov 7, 2022
1 parent fbafcf4 commit 21b4071
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 289 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pipeline {
deleteDir()
unstash 'source'
script{
docker.image('node:12').inside(){
docker.image('node:14').inside(){
dir("${BASE_DIR}"){
sh(label: "Lint", script: 'HOME=$(pwd) .ci/scripts/lint.sh')
bundlesize()
Expand Down
Loading

0 comments on commit 21b4071

Please sign in to comment.