From 1761a7447db1060a53ff099a3f76541b879c8ba9 Mon Sep 17 00:00:00 2001 From: aldousalvarez Date: Mon, 25 Apr 2022 17:42:21 +0800 Subject: [PATCH] ci: bump NodeJS v14 and v16 minor versions to latest Fixes #1980 Signed-off-by: aldousalvarez --- .devcontainer/Dockerfile | 2 +- .github/workflows/ci.yml | 8 ++++---- BUILD.md | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 8b8a84078d..8595b3c120 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -63,7 +63,7 @@ RUN gvm use go1.16.5 --default # Installing Node Version Manager (nvm) RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash -RUN source /home/vscode/.bashrc && nvm install 16.3.0 +RUN source /home/vscode/.bashrc && nvm install 16.14.2 # Install Rust toolchain (rustup, rustc, cargo, etc.) RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --verbose --default-toolchain=1.57.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b0f2c66c8..8988797038 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,11 +49,11 @@ jobs: with: swap-size-gb: 10 - - name: Use Node.js v14.17.6 + - name: Use Node.js v14.19.1 if: steps.run_result.outputs.run_result != 'success' uses: actions/setup-node@v2.1.2 with: - node-version: v14.17.6 + node-version: v14.19.1 - uses: actions/checkout@v2.3.4 @@ -92,11 +92,11 @@ jobs: with: swap-size-gb: 10 - - name: Use Node.js v16.9.1 + - name: Use Node.js v16.14.2 if: steps.run_result.outputs.run_result != 'success' uses: actions/setup-node@v2.1.2 with: - node-version: v16.9.1 + node-version: v16.14.2 - uses: actions/checkout@v2.3.4 if: steps.run_result.outputs.run_result != 'success' diff --git a/BUILD.md b/BUILD.md index 61e73e54a4..026ed3b138 100644 --- a/BUILD.md +++ b/BUILD.md @@ -93,10 +93,10 @@ The `npm run watch` script in action: * Windows Only * WSL2 or any virtual machine running Ubuntu 20.04 LTS * Git - * NodeJS v16.13.1, npm v8.1.2 (we recommend using the Node Version Manager (nvm) if available for your OS) + * NodeJS v16.14.2, npm v8.5.0 (we recommend using the Node Version Manager (nvm) if available for your OS) ``` - nvm install 16.13.1 - nvm use 16.13.1 + nvm install 16.14.2 + nvm use 16.14.2 ``` * Yarn * `npm run install-yarn` (from within the project directory)