From 91460bf92c7df7c99d0ff102a9c4b1c61ae3f393 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Sat, 30 Oct 2021 16:44:36 +0200 Subject: [PATCH] Update to Node.js 16, the latest LTS (#20064) --- .github/workflows/test.yml | 4 ++-- .nvmrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6bd99cdbb9a..8a4460ea66e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: - name: Setting up Node.js uses: actions/setup-node@v2.4.1 with: - node-version: 14.x + node-version: 16.x cache: "npm" - name: Install dependencies run: npm install @@ -29,7 +29,7 @@ jobs: - name: Setting up Node.js uses: actions/setup-node@v2.4.1 with: - node-version: 14.x + node-version: 16.x cache: "npm" - name: Install dependencies run: npm install diff --git a/.nvmrc b/.nvmrc index 8351c19397f..b6a7d89c68e 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -14 +16