File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ RUN apt-get update \
4040 && export NVM_DIR="$HOME/.nvm" \
4141 && \. "$NVM_DIR/nvm.sh" \
4242 #
43- # Install Node 14.16 (latest LTS)
44- && nvm install v14.16.1 \
43+ # Install Node 16. 14.0 (latest LTS)
44+ && nvm install v16.14.0 \
4545 #
4646 # Install Typescript Globally
4747 && npm install -g typescript \
Original file line number Diff line number Diff line change 1616 build :
1717 runs-on : ubuntu-latest
1818 env :
19- NODE_VER : 14.17.6
19+ NODE_VER : 16. 14.0
2020 steps :
2121 - uses : actions/checkout@v2
2222
Original file line number Diff line number Diff line change 1616 test-e2e :
1717 runs-on : ubuntu-latest
1818 env :
19- NODE_VER : 14.17.6
19+ NODE_VER : 16. 14.0
2020 DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
2121 services :
2222 emqx :
You can’t perform that action at this time.
0 commit comments