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 \
40
40
&& export NVM_DIR="$HOME/.nvm" \
41
41
&& \. "$NVM_DIR/nvm.sh" \
42
42
#
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 \
45
45
#
46
46
# Install Typescript Globally
47
47
&& npm install -g typescript \
Original file line number Diff line number Diff line change 16
16
build :
17
17
runs-on : ubuntu-latest
18
18
env :
19
- NODE_VER : 14.17.6
19
+ NODE_VER : 16. 14.0
20
20
steps :
21
21
- uses : actions/checkout@v2
22
22
Original file line number Diff line number Diff line change 16
16
test-e2e :
17
17
runs-on : ubuntu-latest
18
18
env :
19
- NODE_VER : 14.17.6
19
+ NODE_VER : 16. 14.0
20
20
DAPR_INSTALL_URL : https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
21
21
services :
22
22
emqx :
You can’t perform that action at this time.
0 commit comments