Skip to content

Commit

Permalink
Merge pull request #31460 from pac-guerreiro/feature/bump-node-versio…
Browse files Browse the repository at this point in the history
…n-to-20

[No QA] chore(node): bump version to 20.9.0
  • Loading branch information
roryabraham authored Nov 17, 2023
2 parents a4c2b73 + 00037ac commit ed29a39
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.15.1
20.9.0
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
]
},
"engines": {
"node": ">=16.15.1 <=20.9.0",
"npm": ">=8.11.0 <=10.1.0"
"node": "20.9.0",
"npm": "10.1.0"
}
}
4 changes: 2 additions & 2 deletions tests/e2e/TestSpec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ phases:
# Install correct version of node
- export NVM_DIR=$HOME/.nvm
- . $NVM_DIR/nvm.sh
- nvm install 16.15.1
- nvm use 16.15.1
- nvm install 20.9.0
- nvm use 20.9.0

# Reverse ports using AWS magic
- PORT=4723
Expand Down

0 comments on commit ed29a39

Please sign in to comment.