Skip to content

Commit fd31278

Browse files
feat: Upgrade node from 14.16 to 16.14.0
Upgraded node version from 14.16 to 16.14.0
2 parents b529036 + d4f7de1 commit fd31278

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 \

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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:

0 commit comments

Comments
 (0)