Skip to content

Commit 0b5ac7f

Browse files
committed
chore: use node v18 for integration tests
1 parent 1da1551 commit 0b5ac7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CI/circle_parallel.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ elif [ "$NODE_INDEX" = "3" ]; then
7474
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
7575
#nvm install stable
7676
# install v16 instead of the latest stable version
77-
nvm install 16
78-
nvm alias default 16
77+
nvm install 18
78+
nvm alias default 18
7979
node --version
8080

8181
# Each step uses the same `$BASH_ENV`, so need to modify it

0 commit comments

Comments
 (0)