Skip to content

Commit

Permalink
Merge pull request #130 from JupiterOne/ci-updates
Browse files Browse the repository at this point in the history
Revert CI to use node14 agents
  • Loading branch information
henrymgarrett authored Nov 29, 2023
2 parents d54cce8 + 86fd291 commit 7fd5d70
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 @@ -5,7 +5,7 @@ pipeline {

stages {
stage('build') {
agent { label 'ecs-builder-node18' }
agent { label 'ecs-builder-node14' }
steps {
initBuild()
frozenYarnInstall()
Expand Down

0 comments on commit 7fd5d70

Please sign in to comment.