Skip to content

Commit

Permalink
ci: use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
dpilch committed Jan 28, 2025
1 parent 85007d2 commit e82d752
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions shared-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ function _setupE2ETestsWindows {

function _setupGen2E2ETestsLinux {
echo "Setup Gen2 E2E Tests Linux"
# Set Node.js version to v18.20.6 because execa requires later version
_setupNodeVersion v18.20.4
# Set Node.js version to v20.9.0 because execa dep in `npm create amplify` requires later version
_setupNodeVersion v20.9.0
loadCacheFromLinuxBuildJob
loadCache verdaccio-cache $CODEBUILD_SRC_DIR/../verdaccio-cache
_loadTestAccountCredentials
Expand All @@ -305,8 +305,8 @@ function _setupGen2E2ETestsLinux {

function _setupGen2E2ETestsWindows {
echo "Setup Gen2 E2E Tests Windows"
# Set Node.js version to v18.20.6 because execa requires later version
_setupNodeVersion v18.20.4
# Set Node.js version to v20.9.0 because execa dep in `npm create amplify` requires later version
_setupNodeVersion v20.9.0
loadCacheFromWindowsBuildJob
loadCache verdaccio-cache $CODEBUILD_SRC_DIR/../verdaccio-cache windows
_loadTestAccountCredentials
Expand Down

0 comments on commit e82d752

Please sign in to comment.