Skip to content

Commit

Permalink
chore(node): bump version to 20.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pac-guerreiro committed Nov 16, 2023
1 parent 96f5127 commit 00037ac
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 00037ac

Please sign in to comment.